HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
VULKAN_HPP_NAMESPACE::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
MemoryPriorityAllocateInfoEXT
setPNext (const void *pNext_) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR_14
MemoryPriorityAllocateInfoEXT
setPriority (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

VULKAN_HPP_NAMESPACE::StructureType sType = StructureType::eMemoryPriorityAllocateInfoEXT
 
const voidpNext = {}
 
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 46037 of file vulkan_structs.hpp.

Member Typedef Documentation

Constructor & Destructor Documentation

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

Definition at line 46045 of file vulkan_structs.hpp.

VULKAN_HPP_CONSTEXPR VULKAN_HPP_NAMESPACE::MemoryPriorityAllocateInfoEXT::MemoryPriorityAllocateInfoEXT ( MemoryPriorityAllocateInfoEXT const rhs)
default
VULKAN_HPP_NAMESPACE::MemoryPriorityAllocateInfoEXT::MemoryPriorityAllocateInfoEXT ( VkMemoryPriorityAllocateInfoEXT const rhs)
inline

Definition at line 46053 of file vulkan_structs.hpp.

Member Function Documentation

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

Definition at line 46086 of file vulkan_structs.hpp.

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

Definition at line 46081 of file vulkan_structs.hpp.

MemoryPriorityAllocateInfoEXT& VULKAN_HPP_NAMESPACE::MemoryPriorityAllocateInfoEXT::operator= ( MemoryPriorityAllocateInfoEXT const rhs)
default
MemoryPriorityAllocateInfoEXT& VULKAN_HPP_NAMESPACE::MemoryPriorityAllocateInfoEXT::operator= ( VkMemoryPriorityAllocateInfoEXT const rhs)
inline

Definition at line 46061 of file vulkan_structs.hpp.

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

Definition at line 46106 of file vulkan_structs.hpp.

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

Definition at line 46068 of file vulkan_structs.hpp.

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

Definition at line 46074 of file vulkan_structs.hpp.

Member Data Documentation

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

Definition at line 46041 of file vulkan_structs.hpp.

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

Definition at line 46123 of file vulkan_structs.hpp.

float VULKAN_HPP_NAMESPACE::MemoryPriorityAllocateInfoEXT::priority = {}

Definition at line 46124 of file vulkan_structs.hpp.

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

Definition at line 46042 of file vulkan_structs.hpp.

VULKAN_HPP_NAMESPACE::StructureType VULKAN_HPP_NAMESPACE::MemoryPriorityAllocateInfoEXT::sType = StructureType::eMemoryPriorityAllocateInfoEXT

Definition at line 46122 of file vulkan_structs.hpp.


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