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

Method display>

cube/cube.cpp:3706–3715  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3704
3705template <>
3706void Demo::run<WsiPlatform::display>() {
3707 while (!quit) {
3708 draw();
3709 curFrame++;
3710
3711 if (frameCount != UINT32_MAX && curFrame == frameCount) {
3712 quit = true;
3713 }
3714 }
3715}
3716
3717#endif
3718#if defined(VK_USE_PLATFORM_SCREEN_QNX)

Callers

nothing calls this directly

Calls 1

create_surfaceFunction · 0.85

Tested by

no test coverage detected