mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-03 10:22:45 -04:00
add bgra checking
This commit is contained in:
parent
a7e3405cd8
commit
e1247ce046
@ -638,6 +638,8 @@ void wglGraphicsWindow::config() {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
gl_supports_bgr = (_extensions_str.find("GL_EXT_bgra")!=_extensions_str.npos);
|
||||||
|
|
||||||
if (gl_show_fps_meter) {
|
if (gl_show_fps_meter) {
|
||||||
|
|
||||||
_start_time = timeGetTime();
|
_start_time = timeGetTime();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user