Vulkan-Hpp
vk::MemoryOpaqueCaptureAddressAllocateInfo Struct Reference

#include <vulkan_structs.hpp>

Public Types

using NativeType = VkMemoryOpaqueCaptureAddressAllocateInfo
 

Public Member Functions

VULKAN_HPP_CONSTEXPR MemoryOpaqueCaptureAddressAllocateInfo (uint64_t opaqueCaptureAddress_={}, const void *pNext_=nullptr) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR MemoryOpaqueCaptureAddressAllocateInfo (MemoryOpaqueCaptureAddressAllocateInfo const &rhs) VULKAN_HPP_NOEXCEPT=default
 
 MemoryOpaqueCaptureAddressAllocateInfo (VkMemoryOpaqueCaptureAddressAllocateInfo const &rhs) VULKAN_HPP_NOEXCEPT
 
MemoryOpaqueCaptureAddressAllocateInfooperator= (MemoryOpaqueCaptureAddressAllocateInfo const &rhs) VULKAN_HPP_NOEXCEPT=default
 
MemoryOpaqueCaptureAddressAllocateInfooperator= (VkMemoryOpaqueCaptureAddressAllocateInfo const &rhs) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR_14 MemoryOpaqueCaptureAddressAllocateInfosetPNext (const void *pNext_) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR_14 MemoryOpaqueCaptureAddressAllocateInfosetOpaqueCaptureAddress (uint64_t opaqueCaptureAddress_) VULKAN_HPP_NOEXCEPT
 
 operator VkMemoryOpaqueCaptureAddressAllocateInfo const & () const VULKAN_HPP_NOEXCEPT
 
 operator VkMemoryOpaqueCaptureAddressAllocateInfo & () VULKAN_HPP_NOEXCEPT
 
bool operator== (MemoryOpaqueCaptureAddressAllocateInfo const &rhs) const VULKAN_HPP_NOEXCEPT
 
bool operator!= (MemoryOpaqueCaptureAddressAllocateInfo const &rhs) const VULKAN_HPP_NOEXCEPT
 

Public Attributes

vk::StructureType sType = StructureType::eMemoryOpaqueCaptureAddressAllocateInfo
 
const void * pNext = {}
 
uint64_t opaqueCaptureAddress = {}
 

Static Public Attributes

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

Detailed Description

Definition at line 51912 of file vulkan_structs.hpp.

Member Typedef Documentation

◆ NativeType

Constructor & Destructor Documentation

◆ MemoryOpaqueCaptureAddressAllocateInfo() [1/3]

VULKAN_HPP_CONSTEXPR vk::MemoryOpaqueCaptureAddressAllocateInfo::MemoryOpaqueCaptureAddressAllocateInfo ( uint64_t  opaqueCaptureAddress_ = {},
const void *  pNext_ = nullptr 
)
inline

Definition at line 51920 of file vulkan_structs.hpp.

◆ MemoryOpaqueCaptureAddressAllocateInfo() [2/3]

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

◆ MemoryOpaqueCaptureAddressAllocateInfo() [3/3]

vk::MemoryOpaqueCaptureAddressAllocateInfo::MemoryOpaqueCaptureAddressAllocateInfo ( VkMemoryOpaqueCaptureAddressAllocateInfo const &  rhs)
inline

Definition at line 51928 of file vulkan_structs.hpp.

Member Function Documentation

◆ operator VkMemoryOpaqueCaptureAddressAllocateInfo &()

vk::MemoryOpaqueCaptureAddressAllocateInfo::operator VkMemoryOpaqueCaptureAddressAllocateInfo & ( )
inline

Definition at line 51961 of file vulkan_structs.hpp.

◆ operator VkMemoryOpaqueCaptureAddressAllocateInfo const &()

vk::MemoryOpaqueCaptureAddressAllocateInfo::operator VkMemoryOpaqueCaptureAddressAllocateInfo const & ( ) const
inline

Definition at line 51956 of file vulkan_structs.hpp.

◆ operator!=()

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

Definition at line 51990 of file vulkan_structs.hpp.

◆ operator=() [1/2]

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

◆ operator=() [2/2]

MemoryOpaqueCaptureAddressAllocateInfo& vk::MemoryOpaqueCaptureAddressAllocateInfo::operator= ( VkMemoryOpaqueCaptureAddressAllocateInfo const &  rhs)
inline

Definition at line 51936 of file vulkan_structs.hpp.

◆ operator==()

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

Definition at line 51981 of file vulkan_structs.hpp.

◆ setOpaqueCaptureAddress()

VULKAN_HPP_CONSTEXPR_14 MemoryOpaqueCaptureAddressAllocateInfo& vk::MemoryOpaqueCaptureAddressAllocateInfo::setOpaqueCaptureAddress ( uint64_t  opaqueCaptureAddress_)
inline

Definition at line 51949 of file vulkan_structs.hpp.

◆ setPNext()

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

Definition at line 51943 of file vulkan_structs.hpp.

Member Data Documentation

◆ allowDuplicate

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

Definition at line 51916 of file vulkan_structs.hpp.

◆ opaqueCaptureAddress

uint64_t vk::MemoryOpaqueCaptureAddressAllocateInfo::opaqueCaptureAddress = {}

Definition at line 51999 of file vulkan_structs.hpp.

◆ pNext

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

Definition at line 51998 of file vulkan_structs.hpp.

◆ structureType

VULKAN_HPP_CONST_OR_CONSTEXPR StructureType vk::MemoryOpaqueCaptureAddressAllocateInfo::structureType = StructureType::eMemoryOpaqueCaptureAddressAllocateInfo
static

Definition at line 51917 of file vulkan_structs.hpp.

◆ sType

vk::StructureType vk::MemoryOpaqueCaptureAddressAllocateInfo::sType = StructureType::eMemoryOpaqueCaptureAddressAllocateInfo

Definition at line 51997 of file vulkan_structs.hpp.


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