how to disable OpenGL hardware acceleration

Started by
1 comment, last by radek79 22 years, 8 months ago
Recently I''ve stumbled upon a problem where my modeless dialog box in Windows does not show up when I have DirectX hardware acceleration enabled. (using the directx utility in the control panel) I was wondering if there is a similar on/off switch for opengl hardware acceleration. Thank you in advance
Advertisement
I''m still trying to decide if this is an OpenGL question or a DirectX question. Either way, never turn off hardware acceleration, its a bad bad bad idea.

------------------------------
Trent (ShiningKnight)
E-mail me
Shining Darkness- A division of Chromesphere Studios
Try using the PFD_GENERIC_FORMAT flag in PIXELFORMATDESCRIPTOR.dwFlags member, that should explicitly ask for a pixel format implemented by GDI.

------------
- outRider -

This topic is closed to new replies.

Advertisement