[PyOpenGL-Users] How to use shaders in pyopengl
Brought to you by:
mcfletch
From: Nicolas B. <ncl...@ya...> - 2008-08-25 03:01:39
|
Are there any examples on how to use shaders in pyopengl that actually work, the test in pyopenglcontext doesnt work. I get an error; NullFunctionError: Attempt to call an undefined function glShaderSourceARB, check for bool(glShaderSourceARB) before calling glShaderSource doesnt work either, i get the same error.I need an example cuz i am tired of trying to find answers and not getting any. |