RetroArch
Public Member Functions | Public Attributes | Private Attributes | List of all members
VULKAN_HPP_NAMESPACE::DedicatedAllocationBufferCreateInfoNV Struct Reference

#include <vulkan.hpp>

Public Member Functions

 DedicatedAllocationBufferCreateInfoNV (Bool32 dedicatedAllocation_=0)
 
 DedicatedAllocationBufferCreateInfoNV (VkDedicatedAllocationBufferCreateInfoNV const &rhs)
 
DedicatedAllocationBufferCreateInfoNVoperator= (VkDedicatedAllocationBufferCreateInfoNV const &rhs)
 
DedicatedAllocationBufferCreateInfoNVsetPNext (const void *pNext_)
 
DedicatedAllocationBufferCreateInfoNVsetDedicatedAllocation (Bool32 dedicatedAllocation_)
 
 operator const VkDedicatedAllocationBufferCreateInfoNV & () const
 
bool operator== (DedicatedAllocationBufferCreateInfoNV const &rhs) const
 
bool operator!= (DedicatedAllocationBufferCreateInfoNV const &rhs) const
 

Public Attributes

const voidpNext = nullptr
 
Bool32 dedicatedAllocation
 

Private Attributes

StructureType sType = StructureType::eDedicatedAllocationBufferCreateInfoNV
 

Constructor & Destructor Documentation

◆ DedicatedAllocationBufferCreateInfoNV() [1/2]

VULKAN_HPP_NAMESPACE::DedicatedAllocationBufferCreateInfoNV::DedicatedAllocationBufferCreateInfoNV ( Bool32  dedicatedAllocation_ = 0)
inline

◆ DedicatedAllocationBufferCreateInfoNV() [2/2]

VULKAN_HPP_NAMESPACE::DedicatedAllocationBufferCreateInfoNV::DedicatedAllocationBufferCreateInfoNV ( VkDedicatedAllocationBufferCreateInfoNV const rhs)
inline
Here is the call graph for this function:

Member Function Documentation

◆ operator const VkDedicatedAllocationBufferCreateInfoNV &()

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

◆ operator!=()

bool VULKAN_HPP_NAMESPACE::DedicatedAllocationBufferCreateInfoNV::operator!= ( DedicatedAllocationBufferCreateInfoNV const rhs) const
inline
Here is the call graph for this function:

◆ operator=()

DedicatedAllocationBufferCreateInfoNV& VULKAN_HPP_NAMESPACE::DedicatedAllocationBufferCreateInfoNV::operator= ( VkDedicatedAllocationBufferCreateInfoNV const rhs)
inline
Here is the call graph for this function:

◆ operator==()

bool VULKAN_HPP_NAMESPACE::DedicatedAllocationBufferCreateInfoNV::operator== ( DedicatedAllocationBufferCreateInfoNV const rhs) const
inline
Here is the caller graph for this function:

◆ setDedicatedAllocation()

DedicatedAllocationBufferCreateInfoNV& VULKAN_HPP_NAMESPACE::DedicatedAllocationBufferCreateInfoNV::setDedicatedAllocation ( Bool32  dedicatedAllocation_)
inline

◆ setPNext()

DedicatedAllocationBufferCreateInfoNV& VULKAN_HPP_NAMESPACE::DedicatedAllocationBufferCreateInfoNV::setPNext ( const void pNext_)
inline

Member Data Documentation

◆ dedicatedAllocation

Bool32 VULKAN_HPP_NAMESPACE::DedicatedAllocationBufferCreateInfoNV::dedicatedAllocation

◆ pNext

const void* VULKAN_HPP_NAMESPACE::DedicatedAllocationBufferCreateInfoNV::pNext = nullptr

◆ sType

StructureType VULKAN_HPP_NAMESPACE::DedicatedAllocationBufferCreateInfoNV::sType = StructureType::eDedicatedAllocationBufferCreateInfoNV
private

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