Vulkan-Hpp
vk::DedicatedAllocationImageCreateInfoNV Struct Reference

#include <vulkan_structs.hpp>

Public Types

using NativeType = VkDedicatedAllocationImageCreateInfoNV
 

Public Member Functions

VULKAN_HPP_CONSTEXPR DedicatedAllocationImageCreateInfoNV (vk::Bool32 dedicatedAllocation_={}, const void *pNext_=nullptr) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR DedicatedAllocationImageCreateInfoNV (DedicatedAllocationImageCreateInfoNV const &rhs) VULKAN_HPP_NOEXCEPT=default
 
 DedicatedAllocationImageCreateInfoNV (VkDedicatedAllocationImageCreateInfoNV const &rhs) VULKAN_HPP_NOEXCEPT
 
DedicatedAllocationImageCreateInfoNVoperator= (DedicatedAllocationImageCreateInfoNV const &rhs) VULKAN_HPP_NOEXCEPT=default
 
DedicatedAllocationImageCreateInfoNVoperator= (VkDedicatedAllocationImageCreateInfoNV const &rhs) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR_14 DedicatedAllocationImageCreateInfoNVsetPNext (const void *pNext_) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR_14 DedicatedAllocationImageCreateInfoNVsetDedicatedAllocation (vk::Bool32 dedicatedAllocation_) VULKAN_HPP_NOEXCEPT
 
 operator VkDedicatedAllocationImageCreateInfoNV const & () const VULKAN_HPP_NOEXCEPT
 
 operator VkDedicatedAllocationImageCreateInfoNV & () VULKAN_HPP_NOEXCEPT
 
bool operator== (DedicatedAllocationImageCreateInfoNV const &rhs) const VULKAN_HPP_NOEXCEPT
 
bool operator!= (DedicatedAllocationImageCreateInfoNV const &rhs) const VULKAN_HPP_NOEXCEPT
 

Public Attributes

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

Static Public Attributes

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

Detailed Description

Definition at line 22417 of file vulkan_structs.hpp.

Member Typedef Documentation

◆ NativeType

Constructor & Destructor Documentation

◆ DedicatedAllocationImageCreateInfoNV() [1/3]

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

Definition at line 22425 of file vulkan_structs.hpp.

◆ DedicatedAllocationImageCreateInfoNV() [2/3]

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

◆ DedicatedAllocationImageCreateInfoNV() [3/3]

vk::DedicatedAllocationImageCreateInfoNV::DedicatedAllocationImageCreateInfoNV ( VkDedicatedAllocationImageCreateInfoNV const &  rhs)
inline

Definition at line 22434 of file vulkan_structs.hpp.

Member Function Documentation

◆ operator VkDedicatedAllocationImageCreateInfoNV &()

vk::DedicatedAllocationImageCreateInfoNV::operator VkDedicatedAllocationImageCreateInfoNV & ( )
inline

Definition at line 22468 of file vulkan_structs.hpp.

◆ operator VkDedicatedAllocationImageCreateInfoNV const &()

vk::DedicatedAllocationImageCreateInfoNV::operator VkDedicatedAllocationImageCreateInfoNV const & ( ) const
inline

Definition at line 22463 of file vulkan_structs.hpp.

◆ operator!=()

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

Definition at line 22497 of file vulkan_structs.hpp.

◆ operator=() [1/2]

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

◆ operator=() [2/2]

DedicatedAllocationImageCreateInfoNV& vk::DedicatedAllocationImageCreateInfoNV::operator= ( VkDedicatedAllocationImageCreateInfoNV const &  rhs)
inline

Definition at line 22442 of file vulkan_structs.hpp.

◆ operator==()

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

Definition at line 22488 of file vulkan_structs.hpp.

◆ setDedicatedAllocation()

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

Definition at line 22456 of file vulkan_structs.hpp.

◆ setPNext()

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

Definition at line 22449 of file vulkan_structs.hpp.

Member Data Documentation

◆ allowDuplicate

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

Definition at line 22421 of file vulkan_structs.hpp.

◆ dedicatedAllocation

vk::Bool32 vk::DedicatedAllocationImageCreateInfoNV::dedicatedAllocation = {}

Definition at line 22506 of file vulkan_structs.hpp.

◆ pNext

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

Definition at line 22505 of file vulkan_structs.hpp.

◆ structureType

VULKAN_HPP_CONST_OR_CONSTEXPR StructureType vk::DedicatedAllocationImageCreateInfoNV::structureType = StructureType::eDedicatedAllocationImageCreateInfoNV
static

Definition at line 22422 of file vulkan_structs.hpp.

◆ sType

vk::StructureType vk::DedicatedAllocationImageCreateInfoNV::sType = StructureType::eDedicatedAllocationImageCreateInfoNV

Definition at line 22504 of file vulkan_structs.hpp.


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