HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
VULKAN_HPP_NAMESPACE::PhysicalDeviceSubgroupSizeControlFeatures Struct Reference

#include <vulkan_structs.hpp>

Public Types

using NativeType = VkPhysicalDeviceSubgroupSizeControlFeatures
 

Public Member Functions

VULKAN_HPP_CONSTEXPR PhysicalDeviceSubgroupSizeControlFeatures (VULKAN_HPP_NAMESPACE::Bool32 subgroupSizeControl_={}, VULKAN_HPP_NAMESPACE::Bool32 computeFullSubgroups_={}, void *pNext_=nullptr) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR PhysicalDeviceSubgroupSizeControlFeatures (PhysicalDeviceSubgroupSizeControlFeatures const &rhs) VULKAN_HPP_NOEXCEPT=default
 
 PhysicalDeviceSubgroupSizeControlFeatures (VkPhysicalDeviceSubgroupSizeControlFeatures const &rhs) VULKAN_HPP_NOEXCEPT
 
PhysicalDeviceSubgroupSizeControlFeaturesoperator= (PhysicalDeviceSubgroupSizeControlFeatures const &rhs) VULKAN_HPP_NOEXCEPT=default
 
PhysicalDeviceSubgroupSizeControlFeaturesoperator= (VkPhysicalDeviceSubgroupSizeControlFeatures const &rhs) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR_14
PhysicalDeviceSubgroupSizeControlFeatures
setPNext (void *pNext_) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR_14
PhysicalDeviceSubgroupSizeControlFeatures
setSubgroupSizeControl (VULKAN_HPP_NAMESPACE::Bool32 subgroupSizeControl_) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR_14
PhysicalDeviceSubgroupSizeControlFeatures
setComputeFullSubgroups (VULKAN_HPP_NAMESPACE::Bool32 computeFullSubgroups_) VULKAN_HPP_NOEXCEPT
 
 operator VkPhysicalDeviceSubgroupSizeControlFeatures const & () const VULKAN_HPP_NOEXCEPT
 
 operator VkPhysicalDeviceSubgroupSizeControlFeatures & () VULKAN_HPP_NOEXCEPT
 
bool operator== (PhysicalDeviceSubgroupSizeControlFeatures const &rhs) const VULKAN_HPP_NOEXCEPT
 
bool operator!= (PhysicalDeviceSubgroupSizeControlFeatures const &rhs) const VULKAN_HPP_NOEXCEPT
 

Public Attributes

VULKAN_HPP_NAMESPACE::StructureType sType = StructureType::ePhysicalDeviceSubgroupSizeControlFeatures
 
voidpNext = {}
 
VULKAN_HPP_NAMESPACE::Bool32 subgroupSizeControl = {}
 
VULKAN_HPP_NAMESPACE::Bool32 computeFullSubgroups = {}
 

Static Public Attributes

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

Detailed Description

Definition at line 72912 of file vulkan_structs.hpp.

Member Typedef Documentation

Constructor & Destructor Documentation

VULKAN_HPP_CONSTEXPR VULKAN_HPP_NAMESPACE::PhysicalDeviceSubgroupSizeControlFeatures::PhysicalDeviceSubgroupSizeControlFeatures ( VULKAN_HPP_NAMESPACE::Bool32  subgroupSizeControl_ = {},
VULKAN_HPP_NAMESPACE::Bool32  computeFullSubgroups_ = {},
void pNext_ = nullptr 
)
inline

Definition at line 72920 of file vulkan_structs.hpp.

VULKAN_HPP_CONSTEXPR VULKAN_HPP_NAMESPACE::PhysicalDeviceSubgroupSizeControlFeatures::PhysicalDeviceSubgroupSizeControlFeatures ( PhysicalDeviceSubgroupSizeControlFeatures const rhs)
default
VULKAN_HPP_NAMESPACE::PhysicalDeviceSubgroupSizeControlFeatures::PhysicalDeviceSubgroupSizeControlFeatures ( VkPhysicalDeviceSubgroupSizeControlFeatures const rhs)
inline

Definition at line 72931 of file vulkan_structs.hpp.

Member Function Documentation

VULKAN_HPP_NAMESPACE::PhysicalDeviceSubgroupSizeControlFeatures::operator VkPhysicalDeviceSubgroupSizeControlFeatures & ( )
inline

Definition at line 72972 of file vulkan_structs.hpp.

VULKAN_HPP_NAMESPACE::PhysicalDeviceSubgroupSizeControlFeatures::operator VkPhysicalDeviceSubgroupSizeControlFeatures const & ( ) const
inline

Definition at line 72967 of file vulkan_structs.hpp.

PhysicalDeviceSubgroupSizeControlFeatures& VULKAN_HPP_NAMESPACE::PhysicalDeviceSubgroupSizeControlFeatures::operator= ( PhysicalDeviceSubgroupSizeControlFeatures const rhs)
default
PhysicalDeviceSubgroupSizeControlFeatures& VULKAN_HPP_NAMESPACE::PhysicalDeviceSubgroupSizeControlFeatures::operator= ( VkPhysicalDeviceSubgroupSizeControlFeatures const rhs)
inline

Definition at line 72939 of file vulkan_structs.hpp.

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

Definition at line 72992 of file vulkan_structs.hpp.

VULKAN_HPP_CONSTEXPR_14 PhysicalDeviceSubgroupSizeControlFeatures& VULKAN_HPP_NAMESPACE::PhysicalDeviceSubgroupSizeControlFeatures::setComputeFullSubgroups ( VULKAN_HPP_NAMESPACE::Bool32  computeFullSubgroups_)
inline

Definition at line 72960 of file vulkan_structs.hpp.

VULKAN_HPP_CONSTEXPR_14 PhysicalDeviceSubgroupSizeControlFeatures& VULKAN_HPP_NAMESPACE::PhysicalDeviceSubgroupSizeControlFeatures::setPNext ( void pNext_)
inline

Definition at line 72946 of file vulkan_structs.hpp.

VULKAN_HPP_CONSTEXPR_14 PhysicalDeviceSubgroupSizeControlFeatures& VULKAN_HPP_NAMESPACE::PhysicalDeviceSubgroupSizeControlFeatures::setSubgroupSizeControl ( VULKAN_HPP_NAMESPACE::Bool32  subgroupSizeControl_)
inline

Definition at line 72953 of file vulkan_structs.hpp.

Member Data Documentation

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

Definition at line 72916 of file vulkan_structs.hpp.

VULKAN_HPP_NAMESPACE::Bool32 VULKAN_HPP_NAMESPACE::PhysicalDeviceSubgroupSizeControlFeatures::computeFullSubgroups = {}

Definition at line 73012 of file vulkan_structs.hpp.

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

Definition at line 73010 of file vulkan_structs.hpp.

VULKAN_HPP_CONST_OR_CONSTEXPR StructureType VULKAN_HPP_NAMESPACE::PhysicalDeviceSubgroupSizeControlFeatures::structureType = StructureType::ePhysicalDeviceSubgroupSizeControlFeatures
static

Definition at line 72917 of file vulkan_structs.hpp.

VULKAN_HPP_NAMESPACE::StructureType VULKAN_HPP_NAMESPACE::PhysicalDeviceSubgroupSizeControlFeatures::sType = StructureType::ePhysicalDeviceSubgroupSizeControlFeatures

Definition at line 73009 of file vulkan_structs.hpp.

VULKAN_HPP_NAMESPACE::Bool32 VULKAN_HPP_NAMESPACE::PhysicalDeviceSubgroupSizeControlFeatures::subgroupSizeControl = {}

Definition at line 73011 of file vulkan_structs.hpp.


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