View Full Version : Changing gl settings GLOBALLY
hi all
i need help with something
i was wodering how could i change gl settings globally. e.g. say i wanted to disale stuff like "GL_DEPTH_TEST" for all my applications under windows. i mean, these services will be completely unavailable. how would i do that?
ScottManDeath
01-09-2004, 03:15 AM
Why would you like to do this?
glDisable(GL_DEPTH_TEST);
Or take glTrace as a foundattion for a wrapper dll which doesn't enable depth test if the app requests.
hmmmm....
i want to completely disable them...
glDisable disables them only on your current stuff.
i mean no applications will be able to access them
Relic
01-23-2004, 04:37 AM
OpenGL has a set of granted functionality which is defined by the OpenGL specs.
There's no simple way for a user to remove some of this. Just forget it.
gavnook
01-29-2004, 12:14 AM
I bet he wants to cheat at Counterstrike or something.
chemdog
02-16-2004, 03:23 AM
Implement your own gl32.dll, and swap it out with the one in ($WindowsRoot)/system32.
its for my 3d animation stuff...i can disable GL_depth_test in 3ds max so i thought renderring the thginy in gl and disableing those oengl stuff would help
Powered by vBulletin® Version 4.2.3 Copyright © 2018 vBulletin Solutions, Inc. All rights reserved.