Vulkan-Hpp
|
#include <vulkan_structs.hpp>
Public Types | |
using | NativeType = VkPhysicalDeviceSubgroupProperties |
Public Attributes | |
vk::StructureType | sType = StructureType::ePhysicalDeviceSubgroupProperties |
void * | pNext = {} |
uint32_t | subgroupSize = {} |
vk::ShaderStageFlags | supportedStages = {} |
vk::SubgroupFeatureFlags | supportedOperations = {} |
vk::Bool32 | quadOperationsInAllStages = {} |
Static Public Attributes | |
static const bool | allowDuplicate = false |
static VULKAN_HPP_CONST_OR_CONSTEXPR StructureType | structureType = StructureType::ePhysicalDeviceSubgroupProperties |
Definition at line 84324 of file vulkan_structs.hpp.
Definition at line 84326 of file vulkan_structs.hpp.
|
inline |
Definition at line 84332 of file vulkan_structs.hpp.
|
default |
|
inline |
Definition at line 84347 of file vulkan_structs.hpp.
|
inline |
Definition at line 84366 of file vulkan_structs.hpp.
|
inline |
Definition at line 84361 of file vulkan_structs.hpp.
|
inline |
Definition at line 84401 of file vulkan_structs.hpp.
|
default |
|
inline |
Definition at line 84355 of file vulkan_structs.hpp.
|
inline |
Definition at line 84391 of file vulkan_structs.hpp.
|
static |
Definition at line 84328 of file vulkan_structs.hpp.
void* vk::PhysicalDeviceSubgroupProperties::pNext = {} |
Definition at line 84409 of file vulkan_structs.hpp.
vk::Bool32 vk::PhysicalDeviceSubgroupProperties::quadOperationsInAllStages = {} |
Definition at line 84413 of file vulkan_structs.hpp.
|
static |
Definition at line 84329 of file vulkan_structs.hpp.
vk::StructureType vk::PhysicalDeviceSubgroupProperties::sType = StructureType::ePhysicalDeviceSubgroupProperties |
Definition at line 84408 of file vulkan_structs.hpp.
uint32_t vk::PhysicalDeviceSubgroupProperties::subgroupSize = {} |
Definition at line 84410 of file vulkan_structs.hpp.
vk::SubgroupFeatureFlags vk::PhysicalDeviceSubgroupProperties::supportedOperations = {} |
Definition at line 84412 of file vulkan_structs.hpp.
vk::ShaderStageFlags vk::PhysicalDeviceSubgroupProperties::supportedStages = {} |
Definition at line 84411 of file vulkan_structs.hpp.