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

#include <vulkan_core.h>

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

Member Data Documentation

◆ description

char VkPipelineExecutablePropertiesKHR::description[VK_MAX_DESCRIPTION_SIZE]

Definition at line 10020 of file vulkan_core.h.

◆ name

char VkPipelineExecutablePropertiesKHR::name[VK_MAX_DESCRIPTION_SIZE]

Definition at line 10019 of file vulkan_core.h.

◆ pNext

void* VkPipelineExecutablePropertiesKHR::pNext

Definition at line 10017 of file vulkan_core.h.

◆ stages

VkShaderStageFlags VkPipelineExecutablePropertiesKHR::stages

Definition at line 10018 of file vulkan_core.h.

◆ sType

VkStructureType VkPipelineExecutablePropertiesKHR::sType

Definition at line 10016 of file vulkan_core.h.

◆ subgroupSize

uint32_t VkPipelineExecutablePropertiesKHR::subgroupSize

Definition at line 10021 of file vulkan_core.h.


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