Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KhronosGroup/Vulkan-Samples
/ ApplicationOptions
Class
ApplicationOptions
framework/platform/application.h:32–36 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
30
class Window;
31
32
struct ApplicationOptions
33
{
34
bool benchmark_enabled{false};
35
Window *window{nullptr};
36
};
37
38
class Application
39
{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected