Vulkan-Hpp
vk::PhysicalDeviceVariablePointersFeatures Struct Reference

#include <vulkan_structs.hpp>

Public Types

using NativeType = VkPhysicalDeviceVariablePointersFeatures
 

Public Member Functions

VULKAN_HPP_CONSTEXPR PhysicalDeviceVariablePointersFeatures (vk::Bool32 variablePointersStorageBuffer_={}, vk::Bool32 variablePointers_={}, void *pNext_=nullptr) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR PhysicalDeviceVariablePointersFeatures (PhysicalDeviceVariablePointersFeatures const &rhs) VULKAN_HPP_NOEXCEPT=default
 
 PhysicalDeviceVariablePointersFeatures (VkPhysicalDeviceVariablePointersFeatures const &rhs) VULKAN_HPP_NOEXCEPT
 
PhysicalDeviceVariablePointersFeaturesoperator= (PhysicalDeviceVariablePointersFeatures const &rhs) VULKAN_HPP_NOEXCEPT=default
 
PhysicalDeviceVariablePointersFeaturesoperator= (VkPhysicalDeviceVariablePointersFeatures const &rhs) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR_14 PhysicalDeviceVariablePointersFeaturessetPNext (void *pNext_) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR_14 PhysicalDeviceVariablePointersFeaturessetVariablePointersStorageBuffer (vk::Bool32 variablePointersStorageBuffer_) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR_14 PhysicalDeviceVariablePointersFeaturessetVariablePointers (vk::Bool32 variablePointers_) VULKAN_HPP_NOEXCEPT
 
 operator VkPhysicalDeviceVariablePointersFeatures const & () const VULKAN_HPP_NOEXCEPT
 
 operator VkPhysicalDeviceVariablePointersFeatures & () VULKAN_HPP_NOEXCEPT
 
bool operator== (PhysicalDeviceVariablePointersFeatures const &rhs) const VULKAN_HPP_NOEXCEPT
 
bool operator!= (PhysicalDeviceVariablePointersFeatures const &rhs) const VULKAN_HPP_NOEXCEPT
 

Public Attributes

vk::StructureType sType = StructureType::ePhysicalDeviceVariablePointersFeatures
 
void * pNext = {}
 
vk::Bool32 variablePointersStorageBuffer = {}
 
vk::Bool32 variablePointers = {}
 

Static Public Attributes

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

Detailed Description

Definition at line 86248 of file vulkan_structs.hpp.

Member Typedef Documentation

◆ NativeType

Constructor & Destructor Documentation

◆ PhysicalDeviceVariablePointersFeatures() [1/3]

VULKAN_HPP_CONSTEXPR vk::PhysicalDeviceVariablePointersFeatures::PhysicalDeviceVariablePointersFeatures ( vk::Bool32  variablePointersStorageBuffer_ = {},
vk::Bool32  variablePointers_ = {},
void *  pNext_ = nullptr 
)
inline

Definition at line 86256 of file vulkan_structs.hpp.

◆ PhysicalDeviceVariablePointersFeatures() [2/3]

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

◆ PhysicalDeviceVariablePointersFeatures() [3/3]

vk::PhysicalDeviceVariablePointersFeatures::PhysicalDeviceVariablePointersFeatures ( VkPhysicalDeviceVariablePointersFeatures const &  rhs)
inline

Definition at line 86267 of file vulkan_structs.hpp.

Member Function Documentation

◆ operator VkPhysicalDeviceVariablePointersFeatures &()

vk::PhysicalDeviceVariablePointersFeatures::operator VkPhysicalDeviceVariablePointersFeatures & ( )
inline

Definition at line 86307 of file vulkan_structs.hpp.

◆ operator VkPhysicalDeviceVariablePointersFeatures const &()

vk::PhysicalDeviceVariablePointersFeatures::operator VkPhysicalDeviceVariablePointersFeatures const & ( ) const
inline

Definition at line 86302 of file vulkan_structs.hpp.

◆ operator!=()

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

Definition at line 86337 of file vulkan_structs.hpp.

◆ operator=() [1/2]

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

◆ operator=() [2/2]

PhysicalDeviceVariablePointersFeatures& vk::PhysicalDeviceVariablePointersFeatures::operator= ( VkPhysicalDeviceVariablePointersFeatures const &  rhs)
inline

Definition at line 86275 of file vulkan_structs.hpp.

◆ operator==()

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

Definition at line 86327 of file vulkan_structs.hpp.

◆ setPNext()

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

Definition at line 86282 of file vulkan_structs.hpp.

◆ setVariablePointers()

VULKAN_HPP_CONSTEXPR_14 PhysicalDeviceVariablePointersFeatures& vk::PhysicalDeviceVariablePointersFeatures::setVariablePointers ( vk::Bool32  variablePointers_)
inline

Definition at line 86295 of file vulkan_structs.hpp.

◆ setVariablePointersStorageBuffer()

VULKAN_HPP_CONSTEXPR_14 PhysicalDeviceVariablePointersFeatures& vk::PhysicalDeviceVariablePointersFeatures::setVariablePointersStorageBuffer ( vk::Bool32  variablePointersStorageBuffer_)
inline

Definition at line 86289 of file vulkan_structs.hpp.

Member Data Documentation

◆ allowDuplicate

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

Definition at line 86252 of file vulkan_structs.hpp.

◆ pNext

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

Definition at line 86345 of file vulkan_structs.hpp.

◆ structureType

VULKAN_HPP_CONST_OR_CONSTEXPR StructureType vk::PhysicalDeviceVariablePointersFeatures::structureType = StructureType::ePhysicalDeviceVariablePointersFeatures
static

Definition at line 86253 of file vulkan_structs.hpp.

◆ sType

vk::StructureType vk::PhysicalDeviceVariablePointersFeatures::sType = StructureType::ePhysicalDeviceVariablePointersFeatures

Definition at line 86344 of file vulkan_structs.hpp.

◆ variablePointers

vk::Bool32 vk::PhysicalDeviceVariablePointersFeatures::variablePointers = {}

Definition at line 86347 of file vulkan_structs.hpp.

◆ variablePointersStorageBuffer

vk::Bool32 vk::PhysicalDeviceVariablePointersFeatures::variablePointersStorageBuffer = {}

Definition at line 86346 of file vulkan_structs.hpp.


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