Vulkan-Hpp
VkDebugReportCallbackCreateInfoEXT Struct Reference

#include <vulkan_core.h>

Public Attributes

VkStructureType sType
 
const void * pNext
 
VkDebugReportFlagsEXT flags
 
PFN_vkDebugReportCallbackEXT pfnCallback
 
void * pUserData
 

Detailed Description

Definition at line 11519 of file vulkan_core.h.

Member Data Documentation

◆ flags

VkDebugReportFlagsEXT VkDebugReportCallbackCreateInfoEXT::flags

Definition at line 11522 of file vulkan_core.h.

◆ pfnCallback

PFN_vkDebugReportCallbackEXT VkDebugReportCallbackCreateInfoEXT::pfnCallback

Definition at line 11523 of file vulkan_core.h.

◆ pNext

const void* VkDebugReportCallbackCreateInfoEXT::pNext

Definition at line 11521 of file vulkan_core.h.

◆ pUserData

void* VkDebugReportCallbackCreateInfoEXT::pUserData

Definition at line 11524 of file vulkan_core.h.

◆ sType

VkStructureType VkDebugReportCallbackCreateInfoEXT::sType

Definition at line 11520 of file vulkan_core.h.


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