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 7676 of file vulkan_core.h.

Field Documentation

◆ flags

VkDebugReportFlagsEXT VkDebugReportCallbackCreateInfoEXT::flags

Definition at line 7679 of file vulkan_core.h.

◆ pfnCallback

PFN_vkDebugReportCallbackEXT VkDebugReportCallbackCreateInfoEXT::pfnCallback

Definition at line 7680 of file vulkan_core.h.

◆ pNext

const void* VkDebugReportCallbackCreateInfoEXT::pNext

Definition at line 7678 of file vulkan_core.h.

◆ pUserData

void* VkDebugReportCallbackCreateInfoEXT::pUserData

Definition at line 7681 of file vulkan_core.h.

◆ sType

VkStructureType VkDebugReportCallbackCreateInfoEXT::sType

Definition at line 7677 of file vulkan_core.h.


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