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

Method get_window_mode

framework/platform/window.cpp:54–57  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

52}
53
54Window::Mode Window::get_window_mode() const
55{
56 return properties.mode;
57}
58
59bool Window::get_display_present_info(VkDisplayPresentInfoKHR *info,
60 uint32_t src_width, uint32_t src_height) const

Callers 5

prepareMethod · 0.80
prepareMethod · 0.80
prepareMethod · 0.80
prepareMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected