Advertisement

Problems with Multitexturing in OpenGL -- help me

Started by September 06, 2006 08:50 AM
-1 comments, last by samprass123 18 years, 2 months ago
Please help me. I tried to write a simple bump mapping demo with CG shaders. I used: OpenGL, C#, TAO framework (with MS Visual Studio 2005). When the program reach this line (in runtime): Gl.glActiveTextureARB(Gl.GL_TEXTURE0_ARB); I get this error: "Attempted to read or write protected memory. This is often an indication that other memory is corrupt." Why ??? (i tried not to use cg shaders, and i received the same message...) If the source code can help, i can upload it.

This topic is closed to new replies.

Advertisement