ReactOS 0.4.17-dev-934-g091855f
VkDebugReportCallbackCreateInfoEXT Struct Reference

#include <vulkan.h>

Collaboration diagram for VkDebugReportCallbackCreateInfoEXT:

Public Attributes

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

Detailed Description

Definition at line 8129 of file vulkan.h.

Member Data Documentation

◆ flags

VkDebugReportFlagsEXT VkDebugReportCallbackCreateInfoEXT::flags

Definition at line 8133 of file vulkan.h.

◆ pfnCallback

PFN_vkDebugReportCallbackEXT VkDebugReportCallbackCreateInfoEXT::pfnCallback

Definition at line 8134 of file vulkan.h.

◆ pNext

const void* VkDebugReportCallbackCreateInfoEXT::pNext

Definition at line 8132 of file vulkan.h.

◆ pUserData

void* VkDebugReportCallbackCreateInfoEXT::pUserData

Definition at line 8135 of file vulkan.h.

◆ sType

VkStructureType VkDebugReportCallbackCreateInfoEXT::sType

Definition at line 8131 of file vulkan.h.


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