Vulkan-Hpp
VkPipelineExecutableInternalRepresentationKHR Struct Reference

#include <vulkan_core.h>

Public Attributes

VkStructureType sType
 
void * pNext
 
char name [256U]
 
char description [256U]
 
VkBool32 isText
 
size_t dataSize
 
void * pData
 

Detailed Description

Definition at line 10383 of file vulkan_core.h.

Member Data Documentation

◆ dataSize

size_t VkPipelineExecutableInternalRepresentationKHR::dataSize

Definition at line 10389 of file vulkan_core.h.

◆ description

char VkPipelineExecutableInternalRepresentationKHR::description[256U]

Definition at line 10387 of file vulkan_core.h.

◆ isText

VkBool32 VkPipelineExecutableInternalRepresentationKHR::isText

Definition at line 10388 of file vulkan_core.h.

◆ name

char VkPipelineExecutableInternalRepresentationKHR::name[256U]

Definition at line 10386 of file vulkan_core.h.

◆ pData

void* VkPipelineExecutableInternalRepresentationKHR::pData

Definition at line 10390 of file vulkan_core.h.

◆ pNext

void* VkPipelineExecutableInternalRepresentationKHR::pNext

Definition at line 10385 of file vulkan_core.h.

◆ sType

VkStructureType VkPipelineExecutableInternalRepresentationKHR::sType

Definition at line 10384 of file vulkan_core.h.


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