Github User Fetcher 1.0.0
C Application with Server and GUI
Loading...
Searching...
No Matches
VkLayerInstanceCreateInfo Struct Reference

#include <vk_layer.h>

Data Fields

VkStructureType sType
 
const void * pNext
 
VkLayerFunction function
 
union { 
 
   VkLayerInstanceLink *   pLayerInfo 
 
   PFN_vkSetInstanceLoaderData   pfnSetInstanceLoaderData 
 
   struct { 
 
      PFN_vkLayerCreateDevice   pfnLayerCreateDevice 
 
      PFN_vkLayerDestroyDevice   pfnLayerDestroyDevice 
 
   }   layerDevice 
 
   VkLoaderFeatureFlags   loaderFeatures 
 
u 
 

Detailed Description

Definition at line 100 of file vk_layer.h.

Field Documentation

◆ function

VkLayerFunction VkLayerInstanceCreateInfo::function

Definition at line 103 of file vk_layer.h.

◆ [struct]

struct { ... } VkLayerInstanceCreateInfo::layerDevice

◆ loaderFeatures

VkLoaderFeatureFlags VkLayerInstanceCreateInfo::loaderFeatures

Definition at line 111 of file vk_layer.h.

◆ pfnLayerCreateDevice

PFN_vkLayerCreateDevice VkLayerInstanceCreateInfo::pfnLayerCreateDevice

Definition at line 108 of file vk_layer.h.

◆ pfnLayerDestroyDevice

PFN_vkLayerDestroyDevice VkLayerInstanceCreateInfo::pfnLayerDestroyDevice

Definition at line 109 of file vk_layer.h.

◆ pfnSetInstanceLoaderData

PFN_vkSetInstanceLoaderData VkLayerInstanceCreateInfo::pfnSetInstanceLoaderData

Definition at line 106 of file vk_layer.h.

◆ pLayerInfo

VkLayerInstanceLink* VkLayerInstanceCreateInfo::pLayerInfo

Definition at line 105 of file vk_layer.h.

◆ pNext

const void* VkLayerInstanceCreateInfo::pNext

Definition at line 102 of file vk_layer.h.

◆ sType

VkStructureType VkLayerInstanceCreateInfo::sType

Definition at line 101 of file vk_layer.h.

◆ [union]

union { ... } VkLayerInstanceCreateInfo::u

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