Vulkan-Hpp
vk::DedicatedAllocationBufferCreateInfoNV Struct Reference

#include <vulkan_structs.hpp>

Public Types

using NativeType = VkDedicatedAllocationBufferCreateInfoNV
 

Public Member Functions

VULKAN_HPP_CONSTEXPR DedicatedAllocationBufferCreateInfoNV (vk::Bool32 dedicatedAllocation_={}, const void *pNext_=nullptr) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR DedicatedAllocationBufferCreateInfoNV (DedicatedAllocationBufferCreateInfoNV const &rhs) VULKAN_HPP_NOEXCEPT=default
 
 DedicatedAllocationBufferCreateInfoNV (VkDedicatedAllocationBufferCreateInfoNV const &rhs) VULKAN_HPP_NOEXCEPT
 
DedicatedAllocationBufferCreateInfoNVoperator= (DedicatedAllocationBufferCreateInfoNV const &rhs) VULKAN_HPP_NOEXCEPT=default
 
DedicatedAllocationBufferCreateInfoNVoperator= (VkDedicatedAllocationBufferCreateInfoNV const &rhs) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR_14 DedicatedAllocationBufferCreateInfoNVsetPNext (const void *pNext_) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR_14 DedicatedAllocationBufferCreateInfoNVsetDedicatedAllocation (vk::Bool32 dedicatedAllocation_) VULKAN_HPP_NOEXCEPT
 
 operator VkDedicatedAllocationBufferCreateInfoNV const & () const VULKAN_HPP_NOEXCEPT
 
 operator VkDedicatedAllocationBufferCreateInfoNV & () VULKAN_HPP_NOEXCEPT
 
bool operator== (DedicatedAllocationBufferCreateInfoNV const &rhs) const VULKAN_HPP_NOEXCEPT
 
bool operator!= (DedicatedAllocationBufferCreateInfoNV const &rhs) const VULKAN_HPP_NOEXCEPT
 

Public Attributes

vk::StructureType sType = StructureType::eDedicatedAllocationBufferCreateInfoNV
 
const void * pNext = {}
 
vk::Bool32 dedicatedAllocation = {}
 

Static Public Attributes

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

Detailed Description

Definition at line 22319 of file vulkan_structs.hpp.

Member Typedef Documentation

◆ NativeType

Constructor & Destructor Documentation

◆ DedicatedAllocationBufferCreateInfoNV() [1/3]

VULKAN_HPP_CONSTEXPR vk::DedicatedAllocationBufferCreateInfoNV::DedicatedAllocationBufferCreateInfoNV ( vk::Bool32  dedicatedAllocation_ = {},
const void *  pNext_ = nullptr 
)
inline

Definition at line 22327 of file vulkan_structs.hpp.

◆ DedicatedAllocationBufferCreateInfoNV() [2/3]

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

◆ DedicatedAllocationBufferCreateInfoNV() [3/3]

vk::DedicatedAllocationBufferCreateInfoNV::DedicatedAllocationBufferCreateInfoNV ( VkDedicatedAllocationBufferCreateInfoNV const &  rhs)
inline

Definition at line 22336 of file vulkan_structs.hpp.

Member Function Documentation

◆ operator VkDedicatedAllocationBufferCreateInfoNV &()

vk::DedicatedAllocationBufferCreateInfoNV::operator VkDedicatedAllocationBufferCreateInfoNV & ( )
inline

Definition at line 22370 of file vulkan_structs.hpp.

◆ operator VkDedicatedAllocationBufferCreateInfoNV const &()

vk::DedicatedAllocationBufferCreateInfoNV::operator VkDedicatedAllocationBufferCreateInfoNV const & ( ) const
inline

Definition at line 22365 of file vulkan_structs.hpp.

◆ operator!=()

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

Definition at line 22399 of file vulkan_structs.hpp.

◆ operator=() [1/2]

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

◆ operator=() [2/2]

DedicatedAllocationBufferCreateInfoNV& vk::DedicatedAllocationBufferCreateInfoNV::operator= ( VkDedicatedAllocationBufferCreateInfoNV const &  rhs)
inline

Definition at line 22344 of file vulkan_structs.hpp.

◆ operator==()

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

Definition at line 22390 of file vulkan_structs.hpp.

◆ setDedicatedAllocation()

VULKAN_HPP_CONSTEXPR_14 DedicatedAllocationBufferCreateInfoNV& vk::DedicatedAllocationBufferCreateInfoNV::setDedicatedAllocation ( vk::Bool32  dedicatedAllocation_)
inline

Definition at line 22358 of file vulkan_structs.hpp.

◆ setPNext()

VULKAN_HPP_CONSTEXPR_14 DedicatedAllocationBufferCreateInfoNV& vk::DedicatedAllocationBufferCreateInfoNV::setPNext ( const void *  pNext_)
inline

Definition at line 22351 of file vulkan_structs.hpp.

Member Data Documentation

◆ allowDuplicate

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

Definition at line 22323 of file vulkan_structs.hpp.

◆ dedicatedAllocation

vk::Bool32 vk::DedicatedAllocationBufferCreateInfoNV::dedicatedAllocation = {}

Definition at line 22408 of file vulkan_structs.hpp.

◆ pNext

const void* vk::DedicatedAllocationBufferCreateInfoNV::pNext = {}

Definition at line 22407 of file vulkan_structs.hpp.

◆ structureType

VULKAN_HPP_CONST_OR_CONSTEXPR StructureType vk::DedicatedAllocationBufferCreateInfoNV::structureType = StructureType::eDedicatedAllocationBufferCreateInfoNV
static

Definition at line 22324 of file vulkan_structs.hpp.

◆ sType

vk::StructureType vk::DedicatedAllocationBufferCreateInfoNV::sType = StructureType::eDedicatedAllocationBufferCreateInfoNV

Definition at line 22406 of file vulkan_structs.hpp.


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