MCPcopy Create free account
hub / github.com/cginternals/globjects / defaultFormat

Function defaultFormat

source/examples/qtexample/WindowQt.cpp:13–21  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11
12
13QSurfaceFormat defaultFormat()
14{
15 QSurfaceFormat format;
16 format.setProfile(QSurfaceFormat::CoreProfile);
17#ifndef NDEBUG
18 format.setOption(QSurfaceFormat::DebugContext);
19#endif
20 return format;
21}
22
23WindowQt::WindowQt()
24: WindowQt(defaultFormat())

Callers 1

WindowQtMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected