Vulkan-Hpp
vk::MemoryPriorityAllocateInfoEXT Struct Reference

#include <vulkan_structs.hpp>

Public Types

using NativeType = VkMemoryPriorityAllocateInfoEXT
 

Public Member Functions

VULKAN_HPP_CONSTEXPR MemoryPriorityAllocateInfoEXT (float priority_={}, const void *pNext_=nullptr) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR MemoryPriorityAllocateInfoEXT (MemoryPriorityAllocateInfoEXT const &rhs) VULKAN_HPP_NOEXCEPT=default
 
 MemoryPriorityAllocateInfoEXT (VkMemoryPriorityAllocateInfoEXT const &rhs) VULKAN_HPP_NOEXCEPT
 
MemoryPriorityAllocateInfoEXToperator= (MemoryPriorityAllocateInfoEXT const &rhs) VULKAN_HPP_NOEXCEPT=default
 
MemoryPriorityAllocateInfoEXToperator= (VkMemoryPriorityAllocateInfoEXT const &rhs) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR_14 MemoryPriorityAllocateInfoEXTsetPNext (const void *pNext_) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR_14 MemoryPriorityAllocateInfoEXTsetPriority (float priority_) VULKAN_HPP_NOEXCEPT
 
 operator VkMemoryPriorityAllocateInfoEXT const & () const VULKAN_HPP_NOEXCEPT
 
 operator VkMemoryPriorityAllocateInfoEXT & () VULKAN_HPP_NOEXCEPT
 
bool operator== (MemoryPriorityAllocateInfoEXT const &rhs) const VULKAN_HPP_NOEXCEPT
 
bool operator!= (MemoryPriorityAllocateInfoEXT const &rhs) const VULKAN_HPP_NOEXCEPT
 

Public Attributes

vk::StructureType sType = StructureType::eMemoryPriorityAllocateInfoEXT
 
const void * pNext = {}
 
float priority = {}
 

Static Public Attributes

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

Detailed Description

Definition at line 52010 of file vulkan_structs.hpp.

Member Typedef Documentation

◆ NativeType

Constructor & Destructor Documentation

◆ MemoryPriorityAllocateInfoEXT() [1/3]

VULKAN_HPP_CONSTEXPR vk::MemoryPriorityAllocateInfoEXT::MemoryPriorityAllocateInfoEXT ( float  priority_ = {},
const void *  pNext_ = nullptr 
)
inline

Definition at line 52018 of file vulkan_structs.hpp.

◆ MemoryPriorityAllocateInfoEXT() [2/3]

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

◆ MemoryPriorityAllocateInfoEXT() [3/3]

vk::MemoryPriorityAllocateInfoEXT::MemoryPriorityAllocateInfoEXT ( VkMemoryPriorityAllocateInfoEXT const &  rhs)
inline

Definition at line 52026 of file vulkan_structs.hpp.

Member Function Documentation

◆ operator VkMemoryPriorityAllocateInfoEXT &()

vk::MemoryPriorityAllocateInfoEXT::operator VkMemoryPriorityAllocateInfoEXT & ( )
inline

Definition at line 52059 of file vulkan_structs.hpp.

◆ operator VkMemoryPriorityAllocateInfoEXT const &()

vk::MemoryPriorityAllocateInfoEXT::operator VkMemoryPriorityAllocateInfoEXT const & ( ) const
inline

Definition at line 52054 of file vulkan_structs.hpp.

◆ operator!=()

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

Definition at line 52088 of file vulkan_structs.hpp.

◆ operator=() [1/2]

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

◆ operator=() [2/2]

MemoryPriorityAllocateInfoEXT& vk::MemoryPriorityAllocateInfoEXT::operator= ( VkMemoryPriorityAllocateInfoEXT const &  rhs)
inline

Definition at line 52034 of file vulkan_structs.hpp.

◆ operator==()

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

Definition at line 52079 of file vulkan_structs.hpp.

◆ setPNext()

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

Definition at line 52041 of file vulkan_structs.hpp.

◆ setPriority()

VULKAN_HPP_CONSTEXPR_14 MemoryPriorityAllocateInfoEXT& vk::MemoryPriorityAllocateInfoEXT::setPriority ( float  priority_)
inline

Definition at line 52047 of file vulkan_structs.hpp.

Member Data Documentation

◆ allowDuplicate

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

Definition at line 52014 of file vulkan_structs.hpp.

◆ pNext

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

Definition at line 52096 of file vulkan_structs.hpp.

◆ priority

float vk::MemoryPriorityAllocateInfoEXT::priority = {}

Definition at line 52097 of file vulkan_structs.hpp.

◆ structureType

VULKAN_HPP_CONST_OR_CONSTEXPR StructureType vk::MemoryPriorityAllocateInfoEXT::structureType = StructureType::eMemoryPriorityAllocateInfoEXT
static

Definition at line 52015 of file vulkan_structs.hpp.

◆ sType

vk::StructureType vk::MemoryPriorityAllocateInfoEXT::sType = StructureType::eMemoryPriorityAllocateInfoEXT

Definition at line 52095 of file vulkan_structs.hpp.


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