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

Method get_display_present_info

framework/platform/window.cpp:59–64  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

57}
58
59bool Window::get_display_present_info(VkDisplayPresentInfoKHR *info,
60 uint32_t src_width, uint32_t src_height) const
61{
62 // Default is to not use the extra present info
63 return false;
64}
65} // namespace vkb

Callers 3

submit_frameMethod · 0.45
submit_frameMethod · 0.45
end_frameMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected