Github User Fetcher 1.0.0
C Application with Server and GUI
Loading...
Searching...
No Matches
VkPipelineExecutablePropertiesKHR Struct Reference

#include <vulkan_core.h>

Data Fields

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 10530 of file vulkan_core.h.

Field Documentation

◆ description

char VkPipelineExecutablePropertiesKHR::description[VK_MAX_DESCRIPTION_SIZE]

Definition at line 10535 of file vulkan_core.h.

◆ name

char VkPipelineExecutablePropertiesKHR::name[VK_MAX_DESCRIPTION_SIZE]

Definition at line 10534 of file vulkan_core.h.

◆ pNext

void* VkPipelineExecutablePropertiesKHR::pNext

Definition at line 10532 of file vulkan_core.h.

◆ stages

VkShaderStageFlags VkPipelineExecutablePropertiesKHR::stages

Definition at line 10533 of file vulkan_core.h.

◆ sType

VkStructureType VkPipelineExecutablePropertiesKHR::sType

Definition at line 10531 of file vulkan_core.h.

◆ subgroupSize

uint32_t VkPipelineExecutablePropertiesKHR::subgroupSize

Definition at line 10536 of file vulkan_core.h.


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