MCPcopy Create free account
hub / github.com/Overv/VulkanTutorial / SwapChainSupportDetails

Class SwapChainSupportDetails

code/31_compute_shader.cpp:72–76  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

70};
71
72struct SwapChainSupportDetails {
73 VkSurfaceCapabilitiesKHR capabilities;
74 std::vector<VkSurfaceFormatKHR> formats;
75 std::vector<VkPresentModeKHR> presentModes;
76};
77
78struct UniformBufferObject {
79 float deltaTime = 1.0f;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected