Hi all,
I was trying to check out the "GL_ARB_debug_output" extension.
When i ran the 'glewInfo.exe' it gave me the below result for this extension
Code :GL_ARB_debug_output: OK [MISSING] -------------------- glDebugMessageCallbackARB: OK glDebugMessageControlARB: OK glDebugMessageInsertARB: OK glGetDebugMessageLogARB: OK
Why des it say 'OK' and also 'Missing' ??
Also when i checked in code with
it returned false.Code :glewIsSupported("GL_ARB_debug_output")
Im using Nvidia GTX 460M , with driver version 304.48 (open gl version 4.2)
does this mean that i cannot enable this extension at all??
or are there any ways of getting this extension to work?



