call glutinit in an php extension
- by Yijinsei
hi guys,
I am developing an php extension that require the use of opengl
I tried to initialize the library with glutinit, and it works in CLI environment, but
when i tried on browser, it doesn't seem to execute the code.
I very new to opengl, so I'm not sure what kind of error is this, does anybody have any knowledge with this?