mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-02 18:03:56 -04:00
re-introduce OGLDrvStrings
This commit is contained in:
parent
287f4f387c
commit
7506a18646
@ -390,6 +390,10 @@ setup_colormap(const PIXELFORMATDESCRIPTOR &pixelformat) {
|
||||
}
|
||||
|
||||
#ifdef _DEBUG
|
||||
|
||||
//typedef enum {Software, MCD, ICD} OGLDriverType;
|
||||
static char *OGLDrvStrings[3] = {"Software","MCD","ICD"};
|
||||
|
||||
////////////////////////////////////////////////////////////////////
|
||||
// Function: wglGraphicsWindow::print_pfd
|
||||
// Access: Private, Static
|
||||
|
Loading…
x
Reference in New Issue
Block a user