MCPcopy 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
456bool SystemWindow::IsOpenGLRenderer() const
457{
458 return gl_context_ != nullptr && !use_gl_context_for_software_renderer_;
459}
460
461Size2 SystemWindow::GetViewportSize() const
462{

Callers 1

DoVidRestartMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected