MCPcopy Create free account
hub / github.com/Prograda/Skybolt / createExampleWindow

Function createExampleWindow

src/SkyboltExamples/ExamplesCommon/WindowUtil.cpp:15–18  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

13namespace skybolt {
14
15std::unique_ptr<vis::StandaloneWindow> createExampleWindow()
16{
17 return std::make_unique<vis::StandaloneWindow>(vis::RectI(0, 0, 1080, 720));
18}
19
20} // namespace skybolt

Callers 2

mainFunction · 0.85
mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected