MCPcopy Create free account
hub / github.com/KhronosGroup/Vulkan-Samples / Application

Method Application

framework/platform/application.cpp:25–28  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

23namespace vkb
24{
25Application::Application() :
26 name{"Sample Name"}
27{
28}
29
30bool Application::prepare(const ApplicationOptions &options)
31{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected