struct PhysicalDeviceSubgroupProperties

Defined at line 146860 of file ../../third_party/Vulkan-Headers/src/include/vulkan/vulkan_structs.hpp

wrapper struct for struct VkPhysicalDeviceSubgroupProperties, see

https://registry.khronos.org/vulkan/specs/latest/man/html/VkPhysicalDeviceSubgroupProperties.html

Public Members

StructureType sType
void * pNext
uint32_t subgroupSize
Flags supportedStages
Flags supportedOperations
Bool32 quadOperationsInAllStages

Public Methods

void PhysicalDeviceSubgroupProperties (uint32_t subgroupSize_, ShaderStageFlags supportedStages_, SubgroupFeatureFlags supportedOperations_, Bool32 quadOperationsInAllStages_, void * pNext_)

Defined at line 146868 of file ../../third_party/Vulkan-Headers/src/include/vulkan/vulkan_structs.hpp

void PhysicalDeviceSubgroupProperties (const PhysicalDeviceSubgroupProperties & rhs)

Defined at line 146881 of file ../../third_party/Vulkan-Headers/src/include/vulkan/vulkan_structs.hpp

void PhysicalDeviceSubgroupProperties (const VkPhysicalDeviceSubgroupProperties & rhs)

Defined at line 146883 of file ../../third_party/Vulkan-Headers/src/include/vulkan/vulkan_structs.hpp

PhysicalDeviceSubgroupProperties & operator= (const PhysicalDeviceSubgroupProperties & rhs)

Defined at line 146888 of file ../../third_party/Vulkan-Headers/src/include/vulkan/vulkan_structs.hpp

PhysicalDeviceSubgroupProperties & operator= (const VkPhysicalDeviceSubgroupProperties & rhs)

Defined at line 146891 of file ../../third_party/Vulkan-Headers/src/include/vulkan/vulkan_structs.hpp

const VkPhysicalDeviceSubgroupProperties & operator const VkPhysicalDeviceSubgroupProperties & ()

Defined at line 146897 of file ../../third_party/Vulkan-Headers/src/include/vulkan/vulkan_structs.hpp

VkPhysicalDeviceSubgroupProperties & operator VkPhysicalDeviceSubgroupProperties & ()

Defined at line 146902 of file ../../third_party/Vulkan-Headers/src/include/vulkan/vulkan_structs.hpp

const VkPhysicalDeviceSubgroupProperties * operator const VkPhysicalDeviceSubgroupProperties * ()

Defined at line 146907 of file ../../third_party/Vulkan-Headers/src/include/vulkan/vulkan_structs.hpp

VkPhysicalDeviceSubgroupProperties * operator VkPhysicalDeviceSubgroupProperties * ()

Defined at line 146912 of file ../../third_party/Vulkan-Headers/src/include/vulkan/vulkan_structs.hpp

std::strong_ordering operator<=> (const PhysicalDeviceSubgroupProperties & )

Defined at line 146926 of file ../../third_party/Vulkan-Headers/src/include/vulkan/vulkan_structs.hpp