-
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?
-
Member
Regular Contributor
Re: Changing gl settings GLOBALLY
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.
-
Re: Changing gl settings GLOBALLY
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
-
Senior Member
OpenGL Guru
Re: Changing gl settings GLOBALLY
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.
-
Re: Changing gl settings GLOBALLY
I bet he wants to cheat at Counterstrike or something.
-
Re: Changing gl settings GLOBALLY
Implement your own gl32.dll, and swap it out with the one in ($WindowsRoot)/system32.
-
Re: Changing gl settings GLOBALLY
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
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules