Python Forum
Thread Rating:
  • 2 Vote(s) - 3 Average
  • 1
  • 2
  • 3
  • 4
  • 5
VAO and VBO not working.
#5
After fixing this error ,another error occur.
the error name is NullFunctionError,it says glGenVertexArrays method is undefined,so i checked by doing
print(bool(GL.glGenVertexArrays))
and it returns false,so
i just downloaded GPU caps viewer to check my system supported version.

software
pyopengl version:3.1

gpu/hardware
gpu opengl version:4.0
glsl version:4.0
renderer:Intel® HD Graphic 4400
GPU opengl extension GL_ARB_VAO version:2.1
GPU opengl extension GL_ARB_VBO version:1.5
etc
should i uninstall pyopengl and download a lower version one?
what should i do now?
Reply


Messages In This Thread
VAO and VBO not working. - by hsunteik - Apr-01-2017, 07:14 AM
RE: VAO and VBO not working. - by Ofnuts - Apr-01-2017, 08:10 AM
RE: VAO and VBO not working. - by hsunteik - Apr-01-2017, 12:02 PM
RE: VAO and VBO not working. - by Ofnuts - Apr-01-2017, 04:42 PM
RE: VAO and VBO not working. - by hsunteik - Apr-02-2017, 06:00 AM

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020