View Full Version : how temporary disable opengl on my comp
djekk
01-02-2001, 12:01 AM
i want to disable opengl on my comp temporary
with visual c++
or how i can to know about initialize opengl program on my comp
AndersO
01-02-2001, 12:37 AM
Disable OpenGL?.
Force it to render in software?
djekk
01-02-2001, 05:26 AM
yes in software
Glossifah
01-02-2001, 06:29 AM
When you specify the pixel format descriptor, enumerate PFD_GENERIC_FORMAT as one of the dwFlags. This should force the device context to use the MS implementation, as per MSDN online here: http://msdn.microsoft.com/library/psdk/opengl/ntopnglr_73jm.htm
Does that answer your question?
Glossifah
Powered by vBulletin® Version 4.2.0 Copyright © 2013 vBulletin Solutions, Inc. All rights reserved.