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

#include <vulkan_structs.hpp>

Public Types

using NativeType = VkPhysicalDeviceSubgroupProperties
 

Public Member Functions

VULKAN_HPP_CONSTEXPR PhysicalDeviceSubgroupProperties (uint32_t subgroupSize_={}, VULKAN_HPP_NAMESPACE::ShaderStageFlags supportedStages_={}, VULKAN_HPP_NAMESPACE::SubgroupFeatureFlags supportedOperations_={}, VULKAN_HPP_NAMESPACE::Bool32 quadOperationsInAllStages_={}, void *pNext_=nullptr) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR PhysicalDeviceSubgroupProperties (PhysicalDeviceSubgroupProperties const &rhs) VULKAN_HPP_NOEXCEPT=default
 
 PhysicalDeviceSubgroupProperties (VkPhysicalDeviceSubgroupProperties const &rhs) VULKAN_HPP_NOEXCEPT
 
PhysicalDeviceSubgroupPropertiesoperator= (PhysicalDeviceSubgroupProperties const &rhs) VULKAN_HPP_NOEXCEPT=default
 
PhysicalDeviceSubgroupPropertiesoperator= (VkPhysicalDeviceSubgroupProperties const &rhs) VULKAN_HPP_NOEXCEPT
 
 operator VkPhysicalDeviceSubgroupProperties const & () const VULKAN_HPP_NOEXCEPT
 
 operator VkPhysicalDeviceSubgroupProperties & () VULKAN_HPP_NOEXCEPT
 
bool operator== (PhysicalDeviceSubgroupProperties const &rhs) const VULKAN_HPP_NOEXCEPT
 
bool operator!= (PhysicalDeviceSubgroupProperties const &rhs) const VULKAN_HPP_NOEXCEPT
 

Public Attributes

VULKAN_HPP_NAMESPACE::StructureType sType = StructureType::ePhysicalDeviceSubgroupProperties
 
voidpNext = {}
 
uint32_t subgroupSize = {}
 
VULKAN_HPP_NAMESPACE::ShaderStageFlags supportedStages = {}
 
VULKAN_HPP_NAMESPACE::SubgroupFeatureFlags supportedOperations = {}
 
VULKAN_HPP_NAMESPACE::Bool32 quadOperationsInAllStages = {}
 

Static Public Attributes

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

Detailed Description

Definition at line 72814 of file vulkan_structs.hpp.

Member Typedef Documentation

Constructor & Destructor Documentation

VULKAN_HPP_CONSTEXPR VULKAN_HPP_NAMESPACE::PhysicalDeviceSubgroupProperties::PhysicalDeviceSubgroupProperties ( uint32_t  subgroupSize_ = {},
VULKAN_HPP_NAMESPACE::ShaderStageFlags  supportedStages_ = {},
VULKAN_HPP_NAMESPACE::SubgroupFeatureFlags  supportedOperations_ = {},
VULKAN_HPP_NAMESPACE::Bool32  quadOperationsInAllStages_ = {},
void pNext_ = nullptr 
)
inline

Definition at line 72822 of file vulkan_structs.hpp.

VULKAN_HPP_CONSTEXPR VULKAN_HPP_NAMESPACE::PhysicalDeviceSubgroupProperties::PhysicalDeviceSubgroupProperties ( PhysicalDeviceSubgroupProperties const rhs)
default
VULKAN_HPP_NAMESPACE::PhysicalDeviceSubgroupProperties::PhysicalDeviceSubgroupProperties ( VkPhysicalDeviceSubgroupProperties const rhs)
inline

Definition at line 72837 of file vulkan_structs.hpp.

Member Function Documentation

VULKAN_HPP_NAMESPACE::PhysicalDeviceSubgroupProperties::operator VkPhysicalDeviceSubgroupProperties & ( )
inline

Definition at line 72856 of file vulkan_structs.hpp.

VULKAN_HPP_NAMESPACE::PhysicalDeviceSubgroupProperties::operator VkPhysicalDeviceSubgroupProperties const & ( ) const
inline

Definition at line 72851 of file vulkan_structs.hpp.

PhysicalDeviceSubgroupProperties& VULKAN_HPP_NAMESPACE::PhysicalDeviceSubgroupProperties::operator= ( PhysicalDeviceSubgroupProperties const rhs)
default
PhysicalDeviceSubgroupProperties& VULKAN_HPP_NAMESPACE::PhysicalDeviceSubgroupProperties::operator= ( VkPhysicalDeviceSubgroupProperties const rhs)
inline

Definition at line 72845 of file vulkan_structs.hpp.

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

Definition at line 72881 of file vulkan_structs.hpp.

Member Data Documentation

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

Definition at line 72818 of file vulkan_structs.hpp.

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

Definition at line 72899 of file vulkan_structs.hpp.

VULKAN_HPP_NAMESPACE::Bool32 VULKAN_HPP_NAMESPACE::PhysicalDeviceSubgroupProperties::quadOperationsInAllStages = {}

Definition at line 72903 of file vulkan_structs.hpp.

VULKAN_HPP_CONST_OR_CONSTEXPR StructureType VULKAN_HPP_NAMESPACE::PhysicalDeviceSubgroupProperties::structureType = StructureType::ePhysicalDeviceSubgroupProperties
static

Definition at line 72819 of file vulkan_structs.hpp.

VULKAN_HPP_NAMESPACE::StructureType VULKAN_HPP_NAMESPACE::PhysicalDeviceSubgroupProperties::sType = StructureType::ePhysicalDeviceSubgroupProperties

Definition at line 72898 of file vulkan_structs.hpp.

uint32_t VULKAN_HPP_NAMESPACE::PhysicalDeviceSubgroupProperties::subgroupSize = {}

Definition at line 72900 of file vulkan_structs.hpp.

VULKAN_HPP_NAMESPACE::SubgroupFeatureFlags VULKAN_HPP_NAMESPACE::PhysicalDeviceSubgroupProperties::supportedOperations = {}

Definition at line 72902 of file vulkan_structs.hpp.

VULKAN_HPP_NAMESPACE::ShaderStageFlags VULKAN_HPP_NAMESPACE::PhysicalDeviceSubgroupProperties::supportedStages = {}

Definition at line 72901 of file vulkan_structs.hpp.


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