HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
VULKAN_HPP_NAMESPACE::DedicatedAllocationMemoryAllocateInfoNV Struct Reference

#include <vulkan_structs.hpp>

Public Types

using NativeType = VkDedicatedAllocationMemoryAllocateInfoNV
 

Public Member Functions

VULKAN_HPP_CONSTEXPR DedicatedAllocationMemoryAllocateInfoNV (VULKAN_HPP_NAMESPACE::Image image_={}, VULKAN_HPP_NAMESPACE::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
DedicatedAllocationMemoryAllocateInfoNV
setPNext (const void *pNext_) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR_14
DedicatedAllocationMemoryAllocateInfoNV
setImage (VULKAN_HPP_NAMESPACE::Image image_) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR_14
DedicatedAllocationMemoryAllocateInfoNV
setBuffer (VULKAN_HPP_NAMESPACE::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

VULKAN_HPP_NAMESPACE::StructureType sType = StructureType::eDedicatedAllocationMemoryAllocateInfoNV
 
const voidpNext = {}
 
VULKAN_HPP_NAMESPACE::Image image = {}
 
VULKAN_HPP_NAMESPACE::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 19744 of file vulkan_structs.hpp.

Member Typedef Documentation

Constructor & Destructor Documentation

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

Definition at line 19752 of file vulkan_structs.hpp.

VULKAN_HPP_CONSTEXPR VULKAN_HPP_NAMESPACE::DedicatedAllocationMemoryAllocateInfoNV::DedicatedAllocationMemoryAllocateInfoNV ( DedicatedAllocationMemoryAllocateInfoNV const rhs)
default
VULKAN_HPP_NAMESPACE::DedicatedAllocationMemoryAllocateInfoNV::DedicatedAllocationMemoryAllocateInfoNV ( VkDedicatedAllocationMemoryAllocateInfoNV const rhs)
inline

Definition at line 19763 of file vulkan_structs.hpp.

Member Function Documentation

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

Definition at line 19802 of file vulkan_structs.hpp.

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

Definition at line 19797 of file vulkan_structs.hpp.

DedicatedAllocationMemoryAllocateInfoNV& VULKAN_HPP_NAMESPACE::DedicatedAllocationMemoryAllocateInfoNV::operator= ( DedicatedAllocationMemoryAllocateInfoNV const rhs)
default
DedicatedAllocationMemoryAllocateInfoNV& VULKAN_HPP_NAMESPACE::DedicatedAllocationMemoryAllocateInfoNV::operator= ( VkDedicatedAllocationMemoryAllocateInfoNV const rhs)
inline

Definition at line 19771 of file vulkan_structs.hpp.

bool VULKAN_HPP_NAMESPACE::DedicatedAllocationMemoryAllocateInfoNV::operator== ( DedicatedAllocationMemoryAllocateInfoNV const rhs) const
inline

Definition at line 19822 of file vulkan_structs.hpp.

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

Definition at line 19790 of file vulkan_structs.hpp.

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

Definition at line 19784 of file vulkan_structs.hpp.

VULKAN_HPP_CONSTEXPR_14 DedicatedAllocationMemoryAllocateInfoNV& VULKAN_HPP_NAMESPACE::DedicatedAllocationMemoryAllocateInfoNV::setPNext ( const void pNext_)
inline

Definition at line 19778 of file vulkan_structs.hpp.

Member Data Documentation

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

Definition at line 19748 of file vulkan_structs.hpp.

VULKAN_HPP_NAMESPACE::Buffer VULKAN_HPP_NAMESPACE::DedicatedAllocationMemoryAllocateInfoNV::buffer = {}

Definition at line 19841 of file vulkan_structs.hpp.

VULKAN_HPP_NAMESPACE::Image VULKAN_HPP_NAMESPACE::DedicatedAllocationMemoryAllocateInfoNV::image = {}

Definition at line 19840 of file vulkan_structs.hpp.

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

Definition at line 19839 of file vulkan_structs.hpp.

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

Definition at line 19749 of file vulkan_structs.hpp.

VULKAN_HPP_NAMESPACE::StructureType VULKAN_HPP_NAMESPACE::DedicatedAllocationMemoryAllocateInfoNV::sType = StructureType::eDedicatedAllocationMemoryAllocateInfoNV

Definition at line 19838 of file vulkan_structs.hpp.


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