Vulkan-Hpp
vk::PhysicalDeviceDeviceMemoryReportFeaturesEXT Struct Reference

#include <vulkan_structs.hpp>

Public Types

using NativeType = VkPhysicalDeviceDeviceMemoryReportFeaturesEXT
 

Public Member Functions

VULKAN_HPP_CONSTEXPR PhysicalDeviceDeviceMemoryReportFeaturesEXT (vk::Bool32 deviceMemoryReport_={}, void *pNext_=nullptr) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR PhysicalDeviceDeviceMemoryReportFeaturesEXT (PhysicalDeviceDeviceMemoryReportFeaturesEXT const &rhs) VULKAN_HPP_NOEXCEPT=default
 
 PhysicalDeviceDeviceMemoryReportFeaturesEXT (VkPhysicalDeviceDeviceMemoryReportFeaturesEXT const &rhs) VULKAN_HPP_NOEXCEPT
 
PhysicalDeviceDeviceMemoryReportFeaturesEXToperator= (PhysicalDeviceDeviceMemoryReportFeaturesEXT const &rhs) VULKAN_HPP_NOEXCEPT=default
 
PhysicalDeviceDeviceMemoryReportFeaturesEXToperator= (VkPhysicalDeviceDeviceMemoryReportFeaturesEXT const &rhs) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR_14 PhysicalDeviceDeviceMemoryReportFeaturesEXTsetPNext (void *pNext_) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR_14 PhysicalDeviceDeviceMemoryReportFeaturesEXTsetDeviceMemoryReport (vk::Bool32 deviceMemoryReport_) VULKAN_HPP_NOEXCEPT
 
 operator VkPhysicalDeviceDeviceMemoryReportFeaturesEXT const & () const VULKAN_HPP_NOEXCEPT
 
 operator VkPhysicalDeviceDeviceMemoryReportFeaturesEXT & () VULKAN_HPP_NOEXCEPT
 
bool operator== (PhysicalDeviceDeviceMemoryReportFeaturesEXT const &rhs) const VULKAN_HPP_NOEXCEPT
 
bool operator!= (PhysicalDeviceDeviceMemoryReportFeaturesEXT const &rhs) const VULKAN_HPP_NOEXCEPT
 

Public Attributes

vk::StructureType sType = StructureType::ePhysicalDeviceDeviceMemoryReportFeaturesEXT
 
void * pNext = {}
 
vk::Bool32 deviceMemoryReport = {}
 

Static Public Attributes

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

Detailed Description

Definition at line 62271 of file vulkan_structs.hpp.

Member Typedef Documentation

◆ NativeType

Constructor & Destructor Documentation

◆ PhysicalDeviceDeviceMemoryReportFeaturesEXT() [1/3]

VULKAN_HPP_CONSTEXPR vk::PhysicalDeviceDeviceMemoryReportFeaturesEXT::PhysicalDeviceDeviceMemoryReportFeaturesEXT ( vk::Bool32  deviceMemoryReport_ = {},
void *  pNext_ = nullptr 
)
inline

Definition at line 62279 of file vulkan_structs.hpp.

◆ PhysicalDeviceDeviceMemoryReportFeaturesEXT() [2/3]

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

◆ PhysicalDeviceDeviceMemoryReportFeaturesEXT() [3/3]

vk::PhysicalDeviceDeviceMemoryReportFeaturesEXT::PhysicalDeviceDeviceMemoryReportFeaturesEXT ( VkPhysicalDeviceDeviceMemoryReportFeaturesEXT const &  rhs)
inline

Definition at line 62288 of file vulkan_structs.hpp.

Member Function Documentation

◆ operator VkPhysicalDeviceDeviceMemoryReportFeaturesEXT &()

vk::PhysicalDeviceDeviceMemoryReportFeaturesEXT::operator VkPhysicalDeviceDeviceMemoryReportFeaturesEXT & ( )
inline

Definition at line 62322 of file vulkan_structs.hpp.

◆ operator VkPhysicalDeviceDeviceMemoryReportFeaturesEXT const &()

vk::PhysicalDeviceDeviceMemoryReportFeaturesEXT::operator VkPhysicalDeviceDeviceMemoryReportFeaturesEXT const & ( ) const
inline

Definition at line 62317 of file vulkan_structs.hpp.

◆ operator!=()

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

Definition at line 62351 of file vulkan_structs.hpp.

◆ operator=() [1/2]

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

◆ operator=() [2/2]

PhysicalDeviceDeviceMemoryReportFeaturesEXT& vk::PhysicalDeviceDeviceMemoryReportFeaturesEXT::operator= ( VkPhysicalDeviceDeviceMemoryReportFeaturesEXT const &  rhs)
inline

Definition at line 62296 of file vulkan_structs.hpp.

◆ operator==()

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

Definition at line 62342 of file vulkan_structs.hpp.

◆ setDeviceMemoryReport()

VULKAN_HPP_CONSTEXPR_14 PhysicalDeviceDeviceMemoryReportFeaturesEXT& vk::PhysicalDeviceDeviceMemoryReportFeaturesEXT::setDeviceMemoryReport ( vk::Bool32  deviceMemoryReport_)
inline

Definition at line 62310 of file vulkan_structs.hpp.

◆ setPNext()

VULKAN_HPP_CONSTEXPR_14 PhysicalDeviceDeviceMemoryReportFeaturesEXT& vk::PhysicalDeviceDeviceMemoryReportFeaturesEXT::setPNext ( void *  pNext_)
inline

Definition at line 62303 of file vulkan_structs.hpp.

Member Data Documentation

◆ allowDuplicate

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

Definition at line 62275 of file vulkan_structs.hpp.

◆ deviceMemoryReport

vk::Bool32 vk::PhysicalDeviceDeviceMemoryReportFeaturesEXT::deviceMemoryReport = {}

Definition at line 62360 of file vulkan_structs.hpp.

◆ pNext

void* vk::PhysicalDeviceDeviceMemoryReportFeaturesEXT::pNext = {}

Definition at line 62359 of file vulkan_structs.hpp.

◆ structureType

VULKAN_HPP_CONST_OR_CONSTEXPR StructureType vk::PhysicalDeviceDeviceMemoryReportFeaturesEXT::structureType = StructureType::ePhysicalDeviceDeviceMemoryReportFeaturesEXT
static

Definition at line 62276 of file vulkan_structs.hpp.

◆ sType

vk::StructureType vk::PhysicalDeviceDeviceMemoryReportFeaturesEXT::sType = StructureType::ePhysicalDeviceDeviceMemoryReportFeaturesEXT

Definition at line 62358 of file vulkan_structs.hpp.


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