MCPcopy Create free account
hub / github.com/KhronosGroup/Vulkan-Samples / support_present

Method support_present

framework/core/queue.cpp:71–74  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

69}
70
71VkBool32 Queue::support_present() const
72{
73 return can_present;
74}
75
76VkResult Queue::submit(const std::vector<VkSubmitInfo> &submit_infos, VkFence fence) const
77{

Callers 1

device.hFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected