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

#include <vk_layer.h>

Data Fields

VkNegotiateLayerStructType sType
 
void * pNext
 
uint32_t loaderLayerInterfaceVersion
 
PFN_vkGetInstanceProcAddr pfnGetInstanceProcAddr
 
PFN_vkGetDeviceProcAddr pfnGetDeviceProcAddr
 
PFN_GetPhysicalDeviceProcAddr pfnGetPhysicalDeviceProcAddr
 

Detailed Description

Definition at line 39 of file vk_layer.h.

Field Documentation

◆ loaderLayerInterfaceVersion

uint32_t VkNegotiateLayerInterface::loaderLayerInterfaceVersion

Definition at line 42 of file vk_layer.h.

◆ pfnGetDeviceProcAddr

PFN_vkGetDeviceProcAddr VkNegotiateLayerInterface::pfnGetDeviceProcAddr

Definition at line 44 of file vk_layer.h.

◆ pfnGetInstanceProcAddr

PFN_vkGetInstanceProcAddr VkNegotiateLayerInterface::pfnGetInstanceProcAddr

Definition at line 43 of file vk_layer.h.

◆ pfnGetPhysicalDeviceProcAddr

PFN_GetPhysicalDeviceProcAddr VkNegotiateLayerInterface::pfnGetPhysicalDeviceProcAddr

Definition at line 45 of file vk_layer.h.

◆ pNext

void* VkNegotiateLayerInterface::pNext

Definition at line 41 of file vk_layer.h.

◆ sType

VkNegotiateLayerStructType VkNegotiateLayerInterface::sType

Definition at line 40 of file vk_layer.h.


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