SDL 2.0
VkDebugReportCallbackCreateInfoEXT Struct Reference

#include <vulkan_core.h>

Data Fields

VkStructureType sType
 
const voidpNext
 
VkDebugReportFlagsEXT flags
 
PFN_vkDebugReportCallbackEXT pfnCallback
 
voidpUserData
 

Detailed Description

Definition at line 6217 of file vulkan_core.h.

Field Documentation

◆ flags

VkDebugReportFlagsEXT VkDebugReportCallbackCreateInfoEXT::flags

Definition at line 6220 of file vulkan_core.h.

◆ pfnCallback

PFN_vkDebugReportCallbackEXT VkDebugReportCallbackCreateInfoEXT::pfnCallback

Definition at line 6221 of file vulkan_core.h.

◆ pNext

const void* VkDebugReportCallbackCreateInfoEXT::pNext

Definition at line 6219 of file vulkan_core.h.

◆ pUserData

void* VkDebugReportCallbackCreateInfoEXT::pUserData

Definition at line 6222 of file vulkan_core.h.

◆ sType

VkStructureType VkDebugReportCallbackCreateInfoEXT::sType

Definition at line 6218 of file vulkan_core.h.


The documentation for this struct was generated from the following file: