MCPcopy Create free account
hub / github.com/SFML/SFML / VkDebugReportCallbackCreateInfoEXT

Class VkDebugReportCallbackCreateInfoEXT

examples/vulkan/vulkan.h:2270–2276  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2268 VkSwapchainKHR oldSwapchain;
2269} VkSwapchainCreateInfoKHR;
2270typedef struct VkDebugReportCallbackCreateInfoEXT {
2271 VkStructureType sType;
2272 const void * pNext;
2273 VkDebugReportFlagsEXT flags;
2274 PFN_vkDebugReportCallbackEXT pfnCallback;
2275 void * pUserData;
2276} VkDebugReportCallbackCreateInfoEXT;
2277typedef struct VkDeviceGroupPresentCapabilitiesKHR {
2278 VkStructureType sType;
2279 const void * pNext;

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected