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

#include <vulkan_structs.hpp>

Public Types

using NativeType = VkPhysicalDeviceVulkan11Properties
 

Public Member Functions

VULKAN_HPP_CONSTEXPR_14 PhysicalDeviceVulkan11Properties (std::array< uint8_t, VK_UUID_SIZE > const &deviceUUID_={}, std::array< uint8_t, VK_UUID_SIZE > const &driverUUID_={}, std::array< uint8_t, VK_LUID_SIZE > const &deviceLUID_={}, uint32_t deviceNodeMask_={}, VULKAN_HPP_NAMESPACE::Bool32 deviceLUIDValid_={}, uint32_t subgroupSize_={}, VULKAN_HPP_NAMESPACE::ShaderStageFlags subgroupSupportedStages_={}, VULKAN_HPP_NAMESPACE::SubgroupFeatureFlags subgroupSupportedOperations_={}, VULKAN_HPP_NAMESPACE::Bool32 subgroupQuadOperationsInAllStages_={}, VULKAN_HPP_NAMESPACE::PointClippingBehavior pointClippingBehavior_=VULKAN_HPP_NAMESPACE::PointClippingBehavior::eAllClipPlanes, uint32_t maxMultiviewViewCount_={}, uint32_t maxMultiviewInstanceIndex_={}, VULKAN_HPP_NAMESPACE::Bool32 protectedNoFault_={}, uint32_t maxPerSetDescriptors_={}, VULKAN_HPP_NAMESPACE::DeviceSize maxMemoryAllocationSize_={}, void *pNext_=nullptr) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR_14 PhysicalDeviceVulkan11Properties (PhysicalDeviceVulkan11Properties const &rhs) VULKAN_HPP_NOEXCEPT=default
 
 PhysicalDeviceVulkan11Properties (VkPhysicalDeviceVulkan11Properties const &rhs) VULKAN_HPP_NOEXCEPT
 
PhysicalDeviceVulkan11Propertiesoperator= (PhysicalDeviceVulkan11Properties const &rhs) VULKAN_HPP_NOEXCEPT=default
 
PhysicalDeviceVulkan11Propertiesoperator= (VkPhysicalDeviceVulkan11Properties const &rhs) VULKAN_HPP_NOEXCEPT
 
 operator VkPhysicalDeviceVulkan11Properties const & () const VULKAN_HPP_NOEXCEPT
 
 operator VkPhysicalDeviceVulkan11Properties & () VULKAN_HPP_NOEXCEPT
 
bool operator== (PhysicalDeviceVulkan11Properties const &rhs) const VULKAN_HPP_NOEXCEPT
 
bool operator!= (PhysicalDeviceVulkan11Properties const &rhs) const VULKAN_HPP_NOEXCEPT
 

Public Attributes

VULKAN_HPP_NAMESPACE::StructureType sType = StructureType::ePhysicalDeviceVulkan11Properties
 
voidpNext = {}
 
VULKAN_HPP_NAMESPACE::ArrayWrapper1D
< uint8_t, VK_UUID_SIZE
deviceUUID = {}
 
VULKAN_HPP_NAMESPACE::ArrayWrapper1D
< uint8_t, VK_UUID_SIZE
driverUUID = {}
 
VULKAN_HPP_NAMESPACE::ArrayWrapper1D
< uint8_t, VK_LUID_SIZE
deviceLUID = {}
 
uint32_t deviceNodeMask = {}
 
VULKAN_HPP_NAMESPACE::Bool32 deviceLUIDValid = {}
 
uint32_t subgroupSize = {}
 
VULKAN_HPP_NAMESPACE::ShaderStageFlags subgroupSupportedStages = {}
 
VULKAN_HPP_NAMESPACE::SubgroupFeatureFlags subgroupSupportedOperations = {}
 
VULKAN_HPP_NAMESPACE::Bool32 subgroupQuadOperationsInAllStages = {}
 
VULKAN_HPP_NAMESPACE::PointClippingBehavior pointClippingBehavior = VULKAN_HPP_NAMESPACE::PointClippingBehavior::eAllClipPlanes
 
uint32_t maxMultiviewViewCount = {}
 
uint32_t maxMultiviewInstanceIndex = {}
 
VULKAN_HPP_NAMESPACE::Bool32 protectedNoFault = {}
 
uint32_t maxPerSetDescriptors = {}
 
VULKAN_HPP_NAMESPACE::DeviceSize maxMemoryAllocationSize = {}
 

Static Public Attributes

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

Detailed Description

Definition at line 75367 of file vulkan_structs.hpp.

Member Typedef Documentation

Constructor & Destructor Documentation

VULKAN_HPP_CONSTEXPR_14 VULKAN_HPP_NAMESPACE::PhysicalDeviceVulkan11Properties::PhysicalDeviceVulkan11Properties ( std::array< uint8_t, VK_UUID_SIZE > const deviceUUID_ = {},
std::array< uint8_t, VK_UUID_SIZE > const driverUUID_ = {},
std::array< uint8_t, VK_LUID_SIZE > const deviceLUID_ = {},
uint32_t  deviceNodeMask_ = {},
VULKAN_HPP_NAMESPACE::Bool32  deviceLUIDValid_ = {},
uint32_t  subgroupSize_ = {},
VULKAN_HPP_NAMESPACE::ShaderStageFlags  subgroupSupportedStages_ = {},
VULKAN_HPP_NAMESPACE::SubgroupFeatureFlags  subgroupSupportedOperations_ = {},
VULKAN_HPP_NAMESPACE::Bool32  subgroupQuadOperationsInAllStages_ = {},
VULKAN_HPP_NAMESPACE::PointClippingBehavior  pointClippingBehavior_ = VULKAN_HPP_NAMESPACE::PointClippingBehavior::eAllClipPlanes,
uint32_t  maxMultiviewViewCount_ = {},
uint32_t  maxMultiviewInstanceIndex_ = {},
VULKAN_HPP_NAMESPACE::Bool32  protectedNoFault_ = {},
uint32_t  maxPerSetDescriptors_ = {},
VULKAN_HPP_NAMESPACE::DeviceSize  maxMemoryAllocationSize_ = {},
void pNext_ = nullptr 
)
inline

Definition at line 75375 of file vulkan_structs.hpp.

VULKAN_HPP_CONSTEXPR_14 VULKAN_HPP_NAMESPACE::PhysicalDeviceVulkan11Properties::PhysicalDeviceVulkan11Properties ( PhysicalDeviceVulkan11Properties const rhs)
default
VULKAN_HPP_NAMESPACE::PhysicalDeviceVulkan11Properties::PhysicalDeviceVulkan11Properties ( VkPhysicalDeviceVulkan11Properties const rhs)
inline

Definition at line 75413 of file vulkan_structs.hpp.

Member Function Documentation

VULKAN_HPP_NAMESPACE::PhysicalDeviceVulkan11Properties::operator VkPhysicalDeviceVulkan11Properties & ( )
inline

Definition at line 75432 of file vulkan_structs.hpp.

VULKAN_HPP_NAMESPACE::PhysicalDeviceVulkan11Properties::operator VkPhysicalDeviceVulkan11Properties const & ( ) const
inline

Definition at line 75427 of file vulkan_structs.hpp.

PhysicalDeviceVulkan11Properties& VULKAN_HPP_NAMESPACE::PhysicalDeviceVulkan11Properties::operator= ( PhysicalDeviceVulkan11Properties const rhs)
default
PhysicalDeviceVulkan11Properties& VULKAN_HPP_NAMESPACE::PhysicalDeviceVulkan11Properties::operator= ( VkPhysicalDeviceVulkan11Properties const rhs)
inline

Definition at line 75421 of file vulkan_structs.hpp.

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

Definition at line 75484 of file vulkan_structs.hpp.

Member Data Documentation

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

Definition at line 75371 of file vulkan_structs.hpp.

VULKAN_HPP_NAMESPACE::ArrayWrapper1D<uint8_t, VK_LUID_SIZE> VULKAN_HPP_NAMESPACE::PhysicalDeviceVulkan11Properties::deviceLUID = {}

Definition at line 75511 of file vulkan_structs.hpp.

VULKAN_HPP_NAMESPACE::Bool32 VULKAN_HPP_NAMESPACE::PhysicalDeviceVulkan11Properties::deviceLUIDValid = {}

Definition at line 75513 of file vulkan_structs.hpp.

uint32_t VULKAN_HPP_NAMESPACE::PhysicalDeviceVulkan11Properties::deviceNodeMask = {}

Definition at line 75512 of file vulkan_structs.hpp.

VULKAN_HPP_NAMESPACE::ArrayWrapper1D<uint8_t, VK_UUID_SIZE> VULKAN_HPP_NAMESPACE::PhysicalDeviceVulkan11Properties::deviceUUID = {}

Definition at line 75509 of file vulkan_structs.hpp.

VULKAN_HPP_NAMESPACE::ArrayWrapper1D<uint8_t, VK_UUID_SIZE> VULKAN_HPP_NAMESPACE::PhysicalDeviceVulkan11Properties::driverUUID = {}

Definition at line 75510 of file vulkan_structs.hpp.

VULKAN_HPP_NAMESPACE::DeviceSize VULKAN_HPP_NAMESPACE::PhysicalDeviceVulkan11Properties::maxMemoryAllocationSize = {}

Definition at line 75523 of file vulkan_structs.hpp.

uint32_t VULKAN_HPP_NAMESPACE::PhysicalDeviceVulkan11Properties::maxMultiviewInstanceIndex = {}

Definition at line 75520 of file vulkan_structs.hpp.

uint32_t VULKAN_HPP_NAMESPACE::PhysicalDeviceVulkan11Properties::maxMultiviewViewCount = {}

Definition at line 75519 of file vulkan_structs.hpp.

uint32_t VULKAN_HPP_NAMESPACE::PhysicalDeviceVulkan11Properties::maxPerSetDescriptors = {}

Definition at line 75522 of file vulkan_structs.hpp.

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

Definition at line 75508 of file vulkan_structs.hpp.

VULKAN_HPP_NAMESPACE::PointClippingBehavior VULKAN_HPP_NAMESPACE::PhysicalDeviceVulkan11Properties::pointClippingBehavior = VULKAN_HPP_NAMESPACE::PointClippingBehavior::eAllClipPlanes

Definition at line 75518 of file vulkan_structs.hpp.

VULKAN_HPP_NAMESPACE::Bool32 VULKAN_HPP_NAMESPACE::PhysicalDeviceVulkan11Properties::protectedNoFault = {}

Definition at line 75521 of file vulkan_structs.hpp.

VULKAN_HPP_CONST_OR_CONSTEXPR StructureType VULKAN_HPP_NAMESPACE::PhysicalDeviceVulkan11Properties::structureType = StructureType::ePhysicalDeviceVulkan11Properties
static

Definition at line 75372 of file vulkan_structs.hpp.

VULKAN_HPP_NAMESPACE::StructureType VULKAN_HPP_NAMESPACE::PhysicalDeviceVulkan11Properties::sType = StructureType::ePhysicalDeviceVulkan11Properties

Definition at line 75507 of file vulkan_structs.hpp.

VULKAN_HPP_NAMESPACE::Bool32 VULKAN_HPP_NAMESPACE::PhysicalDeviceVulkan11Properties::subgroupQuadOperationsInAllStages = {}

Definition at line 75517 of file vulkan_structs.hpp.

uint32_t VULKAN_HPP_NAMESPACE::PhysicalDeviceVulkan11Properties::subgroupSize = {}

Definition at line 75514 of file vulkan_structs.hpp.

VULKAN_HPP_NAMESPACE::SubgroupFeatureFlags VULKAN_HPP_NAMESPACE::PhysicalDeviceVulkan11Properties::subgroupSupportedOperations = {}

Definition at line 75516 of file vulkan_structs.hpp.

VULKAN_HPP_NAMESPACE::ShaderStageFlags VULKAN_HPP_NAMESPACE::PhysicalDeviceVulkan11Properties::subgroupSupportedStages = {}

Definition at line 75515 of file vulkan_structs.hpp.


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