ReactOS 0.4.17-dev-934-g091855f
VkPipelineExecutablePropertiesKHR Struct Reference

#include <vulkan.h>

Collaboration diagram for VkPipelineExecutablePropertiesKHR:

Public Attributes

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

Detailed Description

Definition at line 13160 of file vulkan.h.

Member Data Documentation

◆ description

char VkPipelineExecutablePropertiesKHR::description[VK_MAX_DESCRIPTION_SIZE]

Definition at line 13166 of file vulkan.h.

◆ name

char VkPipelineExecutablePropertiesKHR::name[VK_MAX_DESCRIPTION_SIZE]

Definition at line 13165 of file vulkan.h.

◆ pNext

void* VkPipelineExecutablePropertiesKHR::pNext

Definition at line 13163 of file vulkan.h.

◆ stages

VkShaderStageFlags VkPipelineExecutablePropertiesKHR::stages

Definition at line 13164 of file vulkan.h.

◆ sType

VkStructureType VkPipelineExecutablePropertiesKHR::sType

Definition at line 13162 of file vulkan.h.

◆ subgroupSize

uint32_t VkPipelineExecutablePropertiesKHR::subgroupSize

Definition at line 13167 of file vulkan.h.


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