Flutter Engine
The Flutter Engine
|
#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 |
Definition at line 10015 of file vulkan_core.h.
char VkPipelineExecutablePropertiesKHR::description[VK_MAX_DESCRIPTION_SIZE] |
Definition at line 10020 of file vulkan_core.h.
char VkPipelineExecutablePropertiesKHR::name[VK_MAX_DESCRIPTION_SIZE] |
Definition at line 10019 of file vulkan_core.h.
void* VkPipelineExecutablePropertiesKHR::pNext |
Definition at line 10017 of file vulkan_core.h.
VkShaderStageFlags VkPipelineExecutablePropertiesKHR::stages |
Definition at line 10018 of file vulkan_core.h.
VkStructureType VkPipelineExecutablePropertiesKHR::sType |
Definition at line 10016 of file vulkan_core.h.
uint32_t VkPipelineExecutablePropertiesKHR::subgroupSize |
Definition at line 10021 of file vulkan_core.h.