Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
Public Attributes | List of all members
VkPipelineExecutableInternalRepresentationKHR Struct Reference

#include <vulkan_core.h>

Public Attributes

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

Detailed Description

Definition at line 10047 of file vulkan_core.h.

Member Data Documentation

◆ dataSize

size_t VkPipelineExecutableInternalRepresentationKHR::dataSize

Definition at line 10053 of file vulkan_core.h.

◆ description

char VkPipelineExecutableInternalRepresentationKHR::description[VK_MAX_DESCRIPTION_SIZE]

Definition at line 10051 of file vulkan_core.h.

◆ isText

VkBool32 VkPipelineExecutableInternalRepresentationKHR::isText

Definition at line 10052 of file vulkan_core.h.

◆ name

char VkPipelineExecutableInternalRepresentationKHR::name[VK_MAX_DESCRIPTION_SIZE]

Definition at line 10050 of file vulkan_core.h.

◆ pData

void* VkPipelineExecutableInternalRepresentationKHR::pData

Definition at line 10054 of file vulkan_core.h.

◆ pNext

void* VkPipelineExecutableInternalRepresentationKHR::pNext

Definition at line 10049 of file vulkan_core.h.

◆ sType

VkStructureType VkPipelineExecutableInternalRepresentationKHR::sType

Definition at line 10048 of file vulkan_core.h.


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