MCPcopy Create free account
hub / github.com/KhronosGroup/Vulkan-Tools / execute

Method execute

cube/cube.cpp:4159–4171  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4157
4158template <WsiPlatform WSI_PLATFORM>
4159void Demo::execute() {
4160 create_window<WSI_PLATFORM>();
4161
4162 create_surface();
4163
4164 select_physical_device();
4165
4166 init_vk_swapchain();
4167
4168 prepare();
4169
4170 run<WSI_PLATFORM>();
4171}
4172
4173#if defined(VK_USE_PLATFORM_DISPLAY_KHR)
4174template <>

Callers

nothing calls this directly

Calls 1

create_surfaceFunction · 0.85

Tested by

no test coverage detected