HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
VULKAN_HPP_NAMESPACE::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_={}, VULKAN_HPP_NAMESPACE::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

VULKAN_HPP_NAMESPACE::StructureType sType = StructureType::ePhysicalDeviceSubgroupSizeControlProperties
 
voidpNext = {}
 
uint32_t minSubgroupSize = {}
 
uint32_t maxSubgroupSize = {}
 
uint32_t maxComputeWorkgroupSubgroups = {}
 
VULKAN_HPP_NAMESPACE::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 73022 of file vulkan_structs.hpp.

Member Typedef Documentation

Constructor & Destructor Documentation

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

Definition at line 73030 of file vulkan_structs.hpp.

VULKAN_HPP_CONSTEXPR VULKAN_HPP_NAMESPACE::PhysicalDeviceSubgroupSizeControlProperties::PhysicalDeviceSubgroupSizeControlProperties ( PhysicalDeviceSubgroupSizeControlProperties const rhs)
default
VULKAN_HPP_NAMESPACE::PhysicalDeviceSubgroupSizeControlProperties::PhysicalDeviceSubgroupSizeControlProperties ( VkPhysicalDeviceSubgroupSizeControlProperties const rhs)
inline

Definition at line 73045 of file vulkan_structs.hpp.

Member Function Documentation

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

Definition at line 73064 of file vulkan_structs.hpp.

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

Definition at line 73059 of file vulkan_structs.hpp.

PhysicalDeviceSubgroupSizeControlProperties& VULKAN_HPP_NAMESPACE::PhysicalDeviceSubgroupSizeControlProperties::operator= ( PhysicalDeviceSubgroupSizeControlProperties const rhs)
default
PhysicalDeviceSubgroupSizeControlProperties& VULKAN_HPP_NAMESPACE::PhysicalDeviceSubgroupSizeControlProperties::operator= ( VkPhysicalDeviceSubgroupSizeControlProperties const rhs)
inline

Definition at line 73053 of file vulkan_structs.hpp.

bool VULKAN_HPP_NAMESPACE::PhysicalDeviceSubgroupSizeControlProperties::operator== ( PhysicalDeviceSubgroupSizeControlProperties const rhs) const
inline

Definition at line 73089 of file vulkan_structs.hpp.

Member Data Documentation

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

Definition at line 73026 of file vulkan_structs.hpp.

uint32_t VULKAN_HPP_NAMESPACE::PhysicalDeviceSubgroupSizeControlProperties::maxComputeWorkgroupSubgroups = {}

Definition at line 73110 of file vulkan_structs.hpp.

uint32_t VULKAN_HPP_NAMESPACE::PhysicalDeviceSubgroupSizeControlProperties::maxSubgroupSize = {}

Definition at line 73109 of file vulkan_structs.hpp.

uint32_t VULKAN_HPP_NAMESPACE::PhysicalDeviceSubgroupSizeControlProperties::minSubgroupSize = {}

Definition at line 73108 of file vulkan_structs.hpp.

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

Definition at line 73107 of file vulkan_structs.hpp.

VULKAN_HPP_NAMESPACE::ShaderStageFlags VULKAN_HPP_NAMESPACE::PhysicalDeviceSubgroupSizeControlProperties::requiredSubgroupSizeStages = {}

Definition at line 73111 of file vulkan_structs.hpp.

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

Definition at line 73027 of file vulkan_structs.hpp.

VULKAN_HPP_NAMESPACE::StructureType VULKAN_HPP_NAMESPACE::PhysicalDeviceSubgroupSizeControlProperties::sType = StructureType::ePhysicalDeviceSubgroupSizeControlProperties

Definition at line 73106 of file vulkan_structs.hpp.


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