Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
13
namespace skybolt {
14
15
std::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
main
Function · 0.85
main
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected