Vulkan-Hpp
vk::PhysicalDeviceDescriptorSetHostMappingFeaturesVALVE Struct Reference

#include <vulkan_structs.hpp>

Public Types

using NativeType = VkPhysicalDeviceDescriptorSetHostMappingFeaturesVALVE
 

Public Member Functions

VULKAN_HPP_CONSTEXPR PhysicalDeviceDescriptorSetHostMappingFeaturesVALVE (vk::Bool32 descriptorSetHostMapping_={}, void *pNext_=nullptr) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR PhysicalDeviceDescriptorSetHostMappingFeaturesVALVE (PhysicalDeviceDescriptorSetHostMappingFeaturesVALVE const &rhs) VULKAN_HPP_NOEXCEPT=default
 
 PhysicalDeviceDescriptorSetHostMappingFeaturesVALVE (VkPhysicalDeviceDescriptorSetHostMappingFeaturesVALVE const &rhs) VULKAN_HPP_NOEXCEPT
 
PhysicalDeviceDescriptorSetHostMappingFeaturesVALVEoperator= (PhysicalDeviceDescriptorSetHostMappingFeaturesVALVE const &rhs) VULKAN_HPP_NOEXCEPT=default
 
PhysicalDeviceDescriptorSetHostMappingFeaturesVALVEoperator= (VkPhysicalDeviceDescriptorSetHostMappingFeaturesVALVE const &rhs) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR_14 PhysicalDeviceDescriptorSetHostMappingFeaturesVALVEsetPNext (void *pNext_) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR_14 PhysicalDeviceDescriptorSetHostMappingFeaturesVALVEsetDescriptorSetHostMapping (vk::Bool32 descriptorSetHostMapping_) VULKAN_HPP_NOEXCEPT
 
 operator VkPhysicalDeviceDescriptorSetHostMappingFeaturesVALVE const & () const VULKAN_HPP_NOEXCEPT
 
 operator VkPhysicalDeviceDescriptorSetHostMappingFeaturesVALVE & () VULKAN_HPP_NOEXCEPT
 
bool operator== (PhysicalDeviceDescriptorSetHostMappingFeaturesVALVE const &rhs) const VULKAN_HPP_NOEXCEPT
 
bool operator!= (PhysicalDeviceDescriptorSetHostMappingFeaturesVALVE const &rhs) const VULKAN_HPP_NOEXCEPT
 

Public Attributes

vk::StructureType sType = StructureType::ePhysicalDeviceDescriptorSetHostMappingFeaturesVALVE
 
void * pNext = {}
 
vk::Bool32 descriptorSetHostMapping = {}
 

Static Public Attributes

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

Detailed Description

Definition at line 61809 of file vulkan_structs.hpp.

Member Typedef Documentation

◆ NativeType

Constructor & Destructor Documentation

◆ PhysicalDeviceDescriptorSetHostMappingFeaturesVALVE() [1/3]

VULKAN_HPP_CONSTEXPR vk::PhysicalDeviceDescriptorSetHostMappingFeaturesVALVE::PhysicalDeviceDescriptorSetHostMappingFeaturesVALVE ( vk::Bool32  descriptorSetHostMapping_ = {},
void *  pNext_ = nullptr 
)
inline

Definition at line 61817 of file vulkan_structs.hpp.

◆ PhysicalDeviceDescriptorSetHostMappingFeaturesVALVE() [2/3]

VULKAN_HPP_CONSTEXPR vk::PhysicalDeviceDescriptorSetHostMappingFeaturesVALVE::PhysicalDeviceDescriptorSetHostMappingFeaturesVALVE ( PhysicalDeviceDescriptorSetHostMappingFeaturesVALVE const &  rhs)
default

◆ PhysicalDeviceDescriptorSetHostMappingFeaturesVALVE() [3/3]

vk::PhysicalDeviceDescriptorSetHostMappingFeaturesVALVE::PhysicalDeviceDescriptorSetHostMappingFeaturesVALVE ( VkPhysicalDeviceDescriptorSetHostMappingFeaturesVALVE const &  rhs)
inline

Definition at line 61827 of file vulkan_structs.hpp.

Member Function Documentation

◆ operator VkPhysicalDeviceDescriptorSetHostMappingFeaturesVALVE &()

vk::PhysicalDeviceDescriptorSetHostMappingFeaturesVALVE::operator VkPhysicalDeviceDescriptorSetHostMappingFeaturesVALVE & ( )
inline

Definition at line 61862 of file vulkan_structs.hpp.

◆ operator VkPhysicalDeviceDescriptorSetHostMappingFeaturesVALVE const &()

vk::PhysicalDeviceDescriptorSetHostMappingFeaturesVALVE::operator VkPhysicalDeviceDescriptorSetHostMappingFeaturesVALVE const & ( ) const
inline

Definition at line 61857 of file vulkan_structs.hpp.

◆ operator!=()

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

Definition at line 61891 of file vulkan_structs.hpp.

◆ operator=() [1/2]

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

◆ operator=() [2/2]

PhysicalDeviceDescriptorSetHostMappingFeaturesVALVE& vk::PhysicalDeviceDescriptorSetHostMappingFeaturesVALVE::operator= ( VkPhysicalDeviceDescriptorSetHostMappingFeaturesVALVE const &  rhs)
inline

Definition at line 61836 of file vulkan_structs.hpp.

◆ operator==()

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

Definition at line 61882 of file vulkan_structs.hpp.

◆ setDescriptorSetHostMapping()

VULKAN_HPP_CONSTEXPR_14 PhysicalDeviceDescriptorSetHostMappingFeaturesVALVE& vk::PhysicalDeviceDescriptorSetHostMappingFeaturesVALVE::setDescriptorSetHostMapping ( vk::Bool32  descriptorSetHostMapping_)
inline

Definition at line 61850 of file vulkan_structs.hpp.

◆ setPNext()

VULKAN_HPP_CONSTEXPR_14 PhysicalDeviceDescriptorSetHostMappingFeaturesVALVE& vk::PhysicalDeviceDescriptorSetHostMappingFeaturesVALVE::setPNext ( void *  pNext_)
inline

Definition at line 61843 of file vulkan_structs.hpp.

Member Data Documentation

◆ allowDuplicate

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

Definition at line 61813 of file vulkan_structs.hpp.

◆ descriptorSetHostMapping

vk::Bool32 vk::PhysicalDeviceDescriptorSetHostMappingFeaturesVALVE::descriptorSetHostMapping = {}

Definition at line 61900 of file vulkan_structs.hpp.

◆ pNext

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

Definition at line 61899 of file vulkan_structs.hpp.

◆ structureType

VULKAN_HPP_CONST_OR_CONSTEXPR StructureType vk::PhysicalDeviceDescriptorSetHostMappingFeaturesVALVE::structureType = StructureType::ePhysicalDeviceDescriptorSetHostMappingFeaturesVALVE
static

Definition at line 61814 of file vulkan_structs.hpp.

◆ sType

vk::StructureType vk::PhysicalDeviceDescriptorSetHostMappingFeaturesVALVE::sType = StructureType::ePhysicalDeviceDescriptorSetHostMappingFeaturesVALVE

Definition at line 61898 of file vulkan_structs.hpp.


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