MCPcopy 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

30class Window;
31
32struct ApplicationOptions
33{
34 bool benchmark_enabled{false};
35 Window *window{nullptr};
36};
37
38class Application
39{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected