Vulkan-Hpp
VkPipelineExecutablePropertiesKHR Struct Reference

#include <vulkan_core.h>

Public Attributes

VkStructureType sType
 
void * pNext
 
VkShaderStageFlags stages
 
char name [256U]
 
char description [256U]
 
uint32_t subgroupSize
 

Detailed Description

Definition at line 10351 of file vulkan_core.h.

Member Data Documentation

◆ description

char VkPipelineExecutablePropertiesKHR::description[256U]

Definition at line 10356 of file vulkan_core.h.

◆ name

char VkPipelineExecutablePropertiesKHR::name[256U]

Definition at line 10355 of file vulkan_core.h.

◆ pNext

void* VkPipelineExecutablePropertiesKHR::pNext

Definition at line 10353 of file vulkan_core.h.

◆ stages

VkShaderStageFlags VkPipelineExecutablePropertiesKHR::stages

Definition at line 10354 of file vulkan_core.h.

◆ sType

VkStructureType VkPipelineExecutablePropertiesKHR::sType

Definition at line 10352 of file vulkan_core.h.

◆ subgroupSize

uint32_t VkPipelineExecutablePropertiesKHR::subgroupSize

Definition at line 10357 of file vulkan_core.h.


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