Flutter Engine
The Flutter Engine
|
#include <vulkan_core.h>
Public Attributes | |
VkStructureType | sType |
void * | pNext |
uint32_t | minSubgroupSize |
uint32_t | maxSubgroupSize |
uint32_t | maxComputeWorkgroupSubgroups |
VkShaderStageFlags | requiredSubgroupSizeStages |
Definition at line 7179 of file vulkan_core.h.
uint32_t VkPhysicalDeviceSubgroupSizeControlProperties::maxComputeWorkgroupSubgroups |
Definition at line 7184 of file vulkan_core.h.
uint32_t VkPhysicalDeviceSubgroupSizeControlProperties::maxSubgroupSize |
Definition at line 7183 of file vulkan_core.h.
uint32_t VkPhysicalDeviceSubgroupSizeControlProperties::minSubgroupSize |
Definition at line 7182 of file vulkan_core.h.
void* VkPhysicalDeviceSubgroupSizeControlProperties::pNext |
Definition at line 7181 of file vulkan_core.h.
VkShaderStageFlags VkPhysicalDeviceSubgroupSizeControlProperties::requiredSubgroupSizeStages |
Definition at line 7185 of file vulkan_core.h.
VkStructureType VkPhysicalDeviceSubgroupSizeControlProperties::sType |
Definition at line 7180 of file vulkan_core.h.