SDL  2.0
VkPipelineExecutableInternalRepresentationKHR Struct Reference

#include <vulkan_core.h>

Data Fields

VkStructureType sType
 
voidpNext
 
char name [VK_MAX_DESCRIPTION_SIZE]
 
char description [VK_MAX_DESCRIPTION_SIZE]
 
VkBool32 isText
 
size_t dataSize
 
voidpData
 

Detailed Description

Definition at line 7420 of file vulkan_core.h.

Field Documentation

◆ dataSize

size_t VkPipelineExecutableInternalRepresentationKHR::dataSize

Definition at line 7426 of file vulkan_core.h.

◆ description

char VkPipelineExecutableInternalRepresentationKHR::description[VK_MAX_DESCRIPTION_SIZE]

Definition at line 7424 of file vulkan_core.h.

◆ isText

VkBool32 VkPipelineExecutableInternalRepresentationKHR::isText

Definition at line 7425 of file vulkan_core.h.

◆ name

char VkPipelineExecutableInternalRepresentationKHR::name[VK_MAX_DESCRIPTION_SIZE]

Definition at line 7423 of file vulkan_core.h.

◆ pData

void* VkPipelineExecutableInternalRepresentationKHR::pData

Definition at line 7427 of file vulkan_core.h.

◆ pNext

void* VkPipelineExecutableInternalRepresentationKHR::pNext

Definition at line 7422 of file vulkan_core.h.

◆ sType

VkStructureType VkPipelineExecutableInternalRepresentationKHR::sType

Definition at line 7421 of file vulkan_core.h.


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