Vulkan-Hpp
vk::PhysicalDeviceSubgroupSizeControlProperties Struct Reference

#include <vulkan_structs.hpp>

Public Types

using NativeType = VkPhysicalDeviceSubgroupSizeControlProperties
 

Public Member Functions

VULKAN_HPP_CONSTEXPR PhysicalDeviceSubgroupSizeControlProperties (uint32_t minSubgroupSize_={}, uint32_t maxSubgroupSize_={}, uint32_t maxComputeWorkgroupSubgroups_={}, vk::ShaderStageFlags requiredSubgroupSizeStages_={}, void *pNext_=nullptr) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR PhysicalDeviceSubgroupSizeControlProperties (PhysicalDeviceSubgroupSizeControlProperties const &rhs) VULKAN_HPP_NOEXCEPT=default
 
 PhysicalDeviceSubgroupSizeControlProperties (VkPhysicalDeviceSubgroupSizeControlProperties const &rhs) VULKAN_HPP_NOEXCEPT
 
PhysicalDeviceSubgroupSizeControlPropertiesoperator= (PhysicalDeviceSubgroupSizeControlProperties const &rhs) VULKAN_HPP_NOEXCEPT=default
 
PhysicalDeviceSubgroupSizeControlPropertiesoperator= (VkPhysicalDeviceSubgroupSizeControlProperties const &rhs) VULKAN_HPP_NOEXCEPT
 
 operator VkPhysicalDeviceSubgroupSizeControlProperties const & () const VULKAN_HPP_NOEXCEPT
 
 operator VkPhysicalDeviceSubgroupSizeControlProperties & () VULKAN_HPP_NOEXCEPT
 
bool operator== (PhysicalDeviceSubgroupSizeControlProperties const &rhs) const VULKAN_HPP_NOEXCEPT
 
bool operator!= (PhysicalDeviceSubgroupSizeControlProperties const &rhs) const VULKAN_HPP_NOEXCEPT
 

Public Attributes

vk::StructureType sType = StructureType::ePhysicalDeviceSubgroupSizeControlProperties
 
void * pNext = {}
 
uint32_t minSubgroupSize = {}
 
uint32_t maxSubgroupSize = {}
 
uint32_t maxComputeWorkgroupSubgroups = {}
 
vk::ShaderStageFlags requiredSubgroupSizeStages = {}
 

Static Public Attributes

static const bool allowDuplicate = false
 
static VULKAN_HPP_CONST_OR_CONSTEXPR StructureType structureType = StructureType::ePhysicalDeviceSubgroupSizeControlProperties
 

Detailed Description

Definition at line 84533 of file vulkan_structs.hpp.

Member Typedef Documentation

◆ NativeType

Constructor & Destructor Documentation

◆ PhysicalDeviceSubgroupSizeControlProperties() [1/3]

VULKAN_HPP_CONSTEXPR vk::PhysicalDeviceSubgroupSizeControlProperties::PhysicalDeviceSubgroupSizeControlProperties ( uint32_t  minSubgroupSize_ = {},
uint32_t  maxSubgroupSize_ = {},
uint32_t  maxComputeWorkgroupSubgroups_ = {},
vk::ShaderStageFlags  requiredSubgroupSizeStages_ = {},
void *  pNext_ = nullptr 
)
inline

Definition at line 84541 of file vulkan_structs.hpp.

◆ PhysicalDeviceSubgroupSizeControlProperties() [2/3]

VULKAN_HPP_CONSTEXPR vk::PhysicalDeviceSubgroupSizeControlProperties::PhysicalDeviceSubgroupSizeControlProperties ( PhysicalDeviceSubgroupSizeControlProperties const &  rhs)
default

◆ PhysicalDeviceSubgroupSizeControlProperties() [3/3]

vk::PhysicalDeviceSubgroupSizeControlProperties::PhysicalDeviceSubgroupSizeControlProperties ( VkPhysicalDeviceSubgroupSizeControlProperties const &  rhs)
inline

Definition at line 84556 of file vulkan_structs.hpp.

Member Function Documentation

◆ operator VkPhysicalDeviceSubgroupSizeControlProperties &()

vk::PhysicalDeviceSubgroupSizeControlProperties::operator VkPhysicalDeviceSubgroupSizeControlProperties & ( )
inline

Definition at line 84575 of file vulkan_structs.hpp.

◆ operator VkPhysicalDeviceSubgroupSizeControlProperties const &()

vk::PhysicalDeviceSubgroupSizeControlProperties::operator VkPhysicalDeviceSubgroupSizeControlProperties const & ( ) const
inline

Definition at line 84570 of file vulkan_structs.hpp.

◆ operator!=()

bool vk::PhysicalDeviceSubgroupSizeControlProperties::operator!= ( PhysicalDeviceSubgroupSizeControlProperties const &  rhs) const
inline

Definition at line 84610 of file vulkan_structs.hpp.

◆ operator=() [1/2]

PhysicalDeviceSubgroupSizeControlProperties& vk::PhysicalDeviceSubgroupSizeControlProperties::operator= ( PhysicalDeviceSubgroupSizeControlProperties const &  rhs)
default

◆ operator=() [2/2]

PhysicalDeviceSubgroupSizeControlProperties& vk::PhysicalDeviceSubgroupSizeControlProperties::operator= ( VkPhysicalDeviceSubgroupSizeControlProperties const &  rhs)
inline

Definition at line 84564 of file vulkan_structs.hpp.

◆ operator==()

bool vk::PhysicalDeviceSubgroupSizeControlProperties::operator== ( PhysicalDeviceSubgroupSizeControlProperties const &  rhs) const
inline

Definition at line 84600 of file vulkan_structs.hpp.

Member Data Documentation

◆ allowDuplicate

const bool vk::PhysicalDeviceSubgroupSizeControlProperties::allowDuplicate = false
static

Definition at line 84537 of file vulkan_structs.hpp.

◆ maxComputeWorkgroupSubgroups

uint32_t vk::PhysicalDeviceSubgroupSizeControlProperties::maxComputeWorkgroupSubgroups = {}

Definition at line 84621 of file vulkan_structs.hpp.

◆ maxSubgroupSize

uint32_t vk::PhysicalDeviceSubgroupSizeControlProperties::maxSubgroupSize = {}

Definition at line 84620 of file vulkan_structs.hpp.

◆ minSubgroupSize

uint32_t vk::PhysicalDeviceSubgroupSizeControlProperties::minSubgroupSize = {}

Definition at line 84619 of file vulkan_structs.hpp.

◆ pNext

void* vk::PhysicalDeviceSubgroupSizeControlProperties::pNext = {}

Definition at line 84618 of file vulkan_structs.hpp.

◆ requiredSubgroupSizeStages

vk::ShaderStageFlags vk::PhysicalDeviceSubgroupSizeControlProperties::requiredSubgroupSizeStages = {}

Definition at line 84622 of file vulkan_structs.hpp.

◆ structureType

VULKAN_HPP_CONST_OR_CONSTEXPR StructureType vk::PhysicalDeviceSubgroupSizeControlProperties::structureType = StructureType::ePhysicalDeviceSubgroupSizeControlProperties
static

Definition at line 84538 of file vulkan_structs.hpp.

◆ sType

vk::StructureType vk::PhysicalDeviceSubgroupSizeControlProperties::sType = StructureType::ePhysicalDeviceSubgroupSizeControlProperties

Definition at line 84617 of file vulkan_structs.hpp.


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