Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
23
namespace vkb
24
{
25
Application::Application() :
26
name{
"Sample Name"
}
27
{
28
}
29
30
bool Application::prepare(const ApplicationOptions &options)
31
{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected