Vulkan-Hpp
vk::DedicatedAllocationMemoryAllocateInfoNV Struct Reference

#include <vulkan_structs.hpp>

Public Types

using NativeType = VkDedicatedAllocationMemoryAllocateInfoNV
 

Public Member Functions

VULKAN_HPP_CONSTEXPR DedicatedAllocationMemoryAllocateInfoNV (vk::Image image_={}, vk::Buffer buffer_={}, const void *pNext_=nullptr) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR DedicatedAllocationMemoryAllocateInfoNV (DedicatedAllocationMemoryAllocateInfoNV const &rhs) VULKAN_HPP_NOEXCEPT=default
 
 DedicatedAllocationMemoryAllocateInfoNV (VkDedicatedAllocationMemoryAllocateInfoNV const &rhs) VULKAN_HPP_NOEXCEPT
 
DedicatedAllocationMemoryAllocateInfoNVoperator= (DedicatedAllocationMemoryAllocateInfoNV const &rhs) VULKAN_HPP_NOEXCEPT=default
 
DedicatedAllocationMemoryAllocateInfoNVoperator= (VkDedicatedAllocationMemoryAllocateInfoNV const &rhs) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR_14 DedicatedAllocationMemoryAllocateInfoNVsetPNext (const void *pNext_) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR_14 DedicatedAllocationMemoryAllocateInfoNVsetImage (vk::Image image_) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR_14 DedicatedAllocationMemoryAllocateInfoNVsetBuffer (vk::Buffer buffer_) VULKAN_HPP_NOEXCEPT
 
 operator VkDedicatedAllocationMemoryAllocateInfoNV const & () const VULKAN_HPP_NOEXCEPT
 
 operator VkDedicatedAllocationMemoryAllocateInfoNV & () VULKAN_HPP_NOEXCEPT
 
bool operator== (DedicatedAllocationMemoryAllocateInfoNV const &rhs) const VULKAN_HPP_NOEXCEPT
 
bool operator!= (DedicatedAllocationMemoryAllocateInfoNV const &rhs) const VULKAN_HPP_NOEXCEPT
 

Public Attributes

vk::StructureType sType = StructureType::eDedicatedAllocationMemoryAllocateInfoNV
 
const void * pNext = {}
 
vk::Image image = {}
 
vk::Buffer buffer = {}
 

Static Public Attributes

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

Detailed Description

Definition at line 22515 of file vulkan_structs.hpp.

Member Typedef Documentation

◆ NativeType

Constructor & Destructor Documentation

◆ DedicatedAllocationMemoryAllocateInfoNV() [1/3]

VULKAN_HPP_CONSTEXPR vk::DedicatedAllocationMemoryAllocateInfoNV::DedicatedAllocationMemoryAllocateInfoNV ( vk::Image  image_ = {},
vk::Buffer  buffer_ = {},
const void *  pNext_ = nullptr 
)
inline

Definition at line 22523 of file vulkan_structs.hpp.

◆ DedicatedAllocationMemoryAllocateInfoNV() [2/3]

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

◆ DedicatedAllocationMemoryAllocateInfoNV() [3/3]

vk::DedicatedAllocationMemoryAllocateInfoNV::DedicatedAllocationMemoryAllocateInfoNV ( VkDedicatedAllocationMemoryAllocateInfoNV const &  rhs)
inline

Definition at line 22534 of file vulkan_structs.hpp.

Member Function Documentation

◆ operator VkDedicatedAllocationMemoryAllocateInfoNV &()

vk::DedicatedAllocationMemoryAllocateInfoNV::operator VkDedicatedAllocationMemoryAllocateInfoNV & ( )
inline

Definition at line 22573 of file vulkan_structs.hpp.

◆ operator VkDedicatedAllocationMemoryAllocateInfoNV const &()

vk::DedicatedAllocationMemoryAllocateInfoNV::operator VkDedicatedAllocationMemoryAllocateInfoNV const & ( ) const
inline

Definition at line 22568 of file vulkan_structs.hpp.

◆ operator!=()

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

Definition at line 22602 of file vulkan_structs.hpp.

◆ operator=() [1/2]

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

◆ operator=() [2/2]

DedicatedAllocationMemoryAllocateInfoNV& vk::DedicatedAllocationMemoryAllocateInfoNV::operator= ( VkDedicatedAllocationMemoryAllocateInfoNV const &  rhs)
inline

Definition at line 22542 of file vulkan_structs.hpp.

◆ operator==()

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

Definition at line 22593 of file vulkan_structs.hpp.

◆ setBuffer()

VULKAN_HPP_CONSTEXPR_14 DedicatedAllocationMemoryAllocateInfoNV& vk::DedicatedAllocationMemoryAllocateInfoNV::setBuffer ( vk::Buffer  buffer_)
inline

Definition at line 22561 of file vulkan_structs.hpp.

◆ setImage()

VULKAN_HPP_CONSTEXPR_14 DedicatedAllocationMemoryAllocateInfoNV& vk::DedicatedAllocationMemoryAllocateInfoNV::setImage ( vk::Image  image_)
inline

Definition at line 22555 of file vulkan_structs.hpp.

◆ setPNext()

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

Definition at line 22549 of file vulkan_structs.hpp.

Member Data Documentation

◆ allowDuplicate

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

Definition at line 22519 of file vulkan_structs.hpp.

◆ buffer

vk::Buffer vk::DedicatedAllocationMemoryAllocateInfoNV::buffer = {}

Definition at line 22612 of file vulkan_structs.hpp.

◆ image

vk::Image vk::DedicatedAllocationMemoryAllocateInfoNV::image = {}

Definition at line 22611 of file vulkan_structs.hpp.

◆ pNext

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

Definition at line 22610 of file vulkan_structs.hpp.

◆ structureType

VULKAN_HPP_CONST_OR_CONSTEXPR StructureType vk::DedicatedAllocationMemoryAllocateInfoNV::structureType = StructureType::eDedicatedAllocationMemoryAllocateInfoNV
static

Definition at line 22520 of file vulkan_structs.hpp.

◆ sType

vk::StructureType vk::DedicatedAllocationMemoryAllocateInfoNV::sType = StructureType::eDedicatedAllocationMemoryAllocateInfoNV

Definition at line 22609 of file vulkan_structs.hpp.


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