Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Panzerschrek/Chasm-Reverse
/ IsOpenGLRenderer
Method
IsOpenGLRenderer
PanzerChasm/system_window.cpp:456–459 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
454
}
455
456
bool SystemWindow::IsOpenGLRenderer() const
457
{
458
return gl_context_ != nullptr && !use_gl_context_for_software_renderer_;
459
}
460
461
Size2 SystemWindow::GetViewportSize() const
462
{
Callers
1
DoVidRestart
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected