Vulkan-Hpp
vk::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_={}, vk::Bool32 deviceLUIDValid_={}, uint32_t subgroupSize_={}, vk::ShaderStageFlags subgroupSupportedStages_={}, vk::SubgroupFeatureFlags subgroupSupportedOperations_={}, vk::Bool32 subgroupQuadOperationsInAllStages_={}, vk::PointClippingBehavior pointClippingBehavior_=vk::PointClippingBehavior::eAllClipPlanes, uint32_t maxMultiviewViewCount_={}, uint32_t maxMultiviewInstanceIndex_={}, vk::Bool32 protectedNoFault_={}, uint32_t maxPerSetDescriptors_={}, vk::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

vk::StructureType sType = StructureType::ePhysicalDeviceVulkan11Properties
 
void * pNext = {}
 
vk::ArrayWrapper1D< uint8_t, VK_UUID_SIZEdeviceUUID = {}
 
vk::ArrayWrapper1D< uint8_t, VK_UUID_SIZEdriverUUID = {}
 
vk::ArrayWrapper1D< uint8_t, VK_LUID_SIZEdeviceLUID = {}
 
uint32_t deviceNodeMask = {}
 
vk::Bool32 deviceLUIDValid = {}
 
uint32_t subgroupSize = {}
 
vk::ShaderStageFlags subgroupSupportedStages = {}
 
vk::SubgroupFeatureFlags subgroupSupportedOperations = {}
 
vk::Bool32 subgroupQuadOperationsInAllStages = {}
 
vk::PointClippingBehavior pointClippingBehavior = vk::PointClippingBehavior::eAllClipPlanes
 
uint32_t maxMultiviewViewCount = {}
 
uint32_t maxMultiviewInstanceIndex = {}
 
vk::Bool32 protectedNoFault = {}
 
uint32_t maxPerSetDescriptors = {}
 
vk::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 87412 of file vulkan_structs.hpp.

Member Typedef Documentation

◆ NativeType

Constructor & Destructor Documentation

◆ PhysicalDeviceVulkan11Properties() [1/3]

VULKAN_HPP_CONSTEXPR_14 vk::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_ = {},
vk::Bool32  deviceLUIDValid_ = {},
uint32_t  subgroupSize_ = {},
vk::ShaderStageFlags  subgroupSupportedStages_ = {},
vk::SubgroupFeatureFlags  subgroupSupportedOperations_ = {},
vk::Bool32  subgroupQuadOperationsInAllStages_ = {},
vk::PointClippingBehavior  pointClippingBehavior_ = vk::PointClippingBehavior::eAllClipPlanes,
uint32_t  maxMultiviewViewCount_ = {},
uint32_t  maxMultiviewInstanceIndex_ = {},
vk::Bool32  protectedNoFault_ = {},
uint32_t  maxPerSetDescriptors_ = {},
vk::DeviceSize  maxMemoryAllocationSize_ = {},
void *  pNext_ = nullptr 
)
inline

Definition at line 87420 of file vulkan_structs.hpp.

◆ PhysicalDeviceVulkan11Properties() [2/3]

VULKAN_HPP_CONSTEXPR_14 vk::PhysicalDeviceVulkan11Properties::PhysicalDeviceVulkan11Properties ( PhysicalDeviceVulkan11Properties const &  rhs)
default

◆ PhysicalDeviceVulkan11Properties() [3/3]

vk::PhysicalDeviceVulkan11Properties::PhysicalDeviceVulkan11Properties ( VkPhysicalDeviceVulkan11Properties const &  rhs)
inline

Definition at line 87458 of file vulkan_structs.hpp.

Member Function Documentation

◆ operator VkPhysicalDeviceVulkan11Properties &()

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

Definition at line 87477 of file vulkan_structs.hpp.

◆ operator VkPhysicalDeviceVulkan11Properties const &()

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

Definition at line 87472 of file vulkan_structs.hpp.

◆ operator!=()

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

Definition at line 87545 of file vulkan_structs.hpp.

◆ operator=() [1/2]

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

◆ operator=() [2/2]

PhysicalDeviceVulkan11Properties& vk::PhysicalDeviceVulkan11Properties::operator= ( VkPhysicalDeviceVulkan11Properties const &  rhs)
inline

Definition at line 87466 of file vulkan_structs.hpp.

◆ operator==()

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

Definition at line 87529 of file vulkan_structs.hpp.

Member Data Documentation

◆ allowDuplicate

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

Definition at line 87416 of file vulkan_structs.hpp.

◆ deviceLUID

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

Definition at line 87556 of file vulkan_structs.hpp.

◆ deviceLUIDValid

vk::Bool32 vk::PhysicalDeviceVulkan11Properties::deviceLUIDValid = {}

Definition at line 87558 of file vulkan_structs.hpp.

◆ deviceNodeMask

uint32_t vk::PhysicalDeviceVulkan11Properties::deviceNodeMask = {}

Definition at line 87557 of file vulkan_structs.hpp.

◆ deviceUUID

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

Definition at line 87554 of file vulkan_structs.hpp.

◆ driverUUID

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

Definition at line 87555 of file vulkan_structs.hpp.

◆ maxMemoryAllocationSize

vk::DeviceSize vk::PhysicalDeviceVulkan11Properties::maxMemoryAllocationSize = {}

Definition at line 87568 of file vulkan_structs.hpp.

◆ maxMultiviewInstanceIndex

uint32_t vk::PhysicalDeviceVulkan11Properties::maxMultiviewInstanceIndex = {}

Definition at line 87565 of file vulkan_structs.hpp.

◆ maxMultiviewViewCount

uint32_t vk::PhysicalDeviceVulkan11Properties::maxMultiviewViewCount = {}

Definition at line 87564 of file vulkan_structs.hpp.

◆ maxPerSetDescriptors

uint32_t vk::PhysicalDeviceVulkan11Properties::maxPerSetDescriptors = {}

Definition at line 87567 of file vulkan_structs.hpp.

◆ pNext

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

Definition at line 87553 of file vulkan_structs.hpp.

◆ pointClippingBehavior

vk::PointClippingBehavior vk::PhysicalDeviceVulkan11Properties::pointClippingBehavior = vk::PointClippingBehavior::eAllClipPlanes

Definition at line 87563 of file vulkan_structs.hpp.

◆ protectedNoFault

vk::Bool32 vk::PhysicalDeviceVulkan11Properties::protectedNoFault = {}

Definition at line 87566 of file vulkan_structs.hpp.

◆ structureType

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

Definition at line 87417 of file vulkan_structs.hpp.

◆ sType

vk::StructureType vk::PhysicalDeviceVulkan11Properties::sType = StructureType::ePhysicalDeviceVulkan11Properties

Definition at line 87552 of file vulkan_structs.hpp.

◆ subgroupQuadOperationsInAllStages

vk::Bool32 vk::PhysicalDeviceVulkan11Properties::subgroupQuadOperationsInAllStages = {}

Definition at line 87562 of file vulkan_structs.hpp.

◆ subgroupSize

uint32_t vk::PhysicalDeviceVulkan11Properties::subgroupSize = {}

Definition at line 87559 of file vulkan_structs.hpp.

◆ subgroupSupportedOperations

vk::SubgroupFeatureFlags vk::PhysicalDeviceVulkan11Properties::subgroupSupportedOperations = {}

Definition at line 87561 of file vulkan_structs.hpp.

◆ subgroupSupportedStages

vk::ShaderStageFlags vk::PhysicalDeviceVulkan11Properties::subgroupSupportedStages = {}

Definition at line 87560 of file vulkan_structs.hpp.


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