Vulkan-Hpp
vk::HostImageCopyDevicePerformanceQueryEXT Struct Reference

#include <vulkan_structs.hpp>

Public Types

using NativeType = VkHostImageCopyDevicePerformanceQueryEXT
 

Public Member Functions

VULKAN_HPP_CONSTEXPR HostImageCopyDevicePerformanceQueryEXT (vk::Bool32 optimalDeviceAccess_={}, vk::Bool32 identicalMemoryLayout_={}, void *pNext_=nullptr) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR HostImageCopyDevicePerformanceQueryEXT (HostImageCopyDevicePerformanceQueryEXT const &rhs) VULKAN_HPP_NOEXCEPT=default
 
 HostImageCopyDevicePerformanceQueryEXT (VkHostImageCopyDevicePerformanceQueryEXT const &rhs) VULKAN_HPP_NOEXCEPT
 
HostImageCopyDevicePerformanceQueryEXToperator= (HostImageCopyDevicePerformanceQueryEXT const &rhs) VULKAN_HPP_NOEXCEPT=default
 
HostImageCopyDevicePerformanceQueryEXToperator= (VkHostImageCopyDevicePerformanceQueryEXT const &rhs) VULKAN_HPP_NOEXCEPT
 
 operator VkHostImageCopyDevicePerformanceQueryEXT const & () const VULKAN_HPP_NOEXCEPT
 
 operator VkHostImageCopyDevicePerformanceQueryEXT & () VULKAN_HPP_NOEXCEPT
 
bool operator== (HostImageCopyDevicePerformanceQueryEXT const &rhs) const VULKAN_HPP_NOEXCEPT
 
bool operator!= (HostImageCopyDevicePerformanceQueryEXT const &rhs) const VULKAN_HPP_NOEXCEPT
 

Public Attributes

vk::StructureType sType = StructureType::eHostImageCopyDevicePerformanceQueryEXT
 
void * pNext = {}
 
vk::Bool32 optimalDeviceAccess = {}
 
vk::Bool32 identicalMemoryLayout = {}
 

Static Public Attributes

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

Detailed Description

Definition at line 42691 of file vulkan_structs.hpp.

Member Typedef Documentation

◆ NativeType

Constructor & Destructor Documentation

◆ HostImageCopyDevicePerformanceQueryEXT() [1/3]

VULKAN_HPP_CONSTEXPR vk::HostImageCopyDevicePerformanceQueryEXT::HostImageCopyDevicePerformanceQueryEXT ( vk::Bool32  optimalDeviceAccess_ = {},
vk::Bool32  identicalMemoryLayout_ = {},
void *  pNext_ = nullptr 
)
inline

Definition at line 42699 of file vulkan_structs.hpp.

◆ HostImageCopyDevicePerformanceQueryEXT() [2/3]

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

◆ HostImageCopyDevicePerformanceQueryEXT() [3/3]

vk::HostImageCopyDevicePerformanceQueryEXT::HostImageCopyDevicePerformanceQueryEXT ( VkHostImageCopyDevicePerformanceQueryEXT const &  rhs)
inline

Definition at line 42710 of file vulkan_structs.hpp.

Member Function Documentation

◆ operator VkHostImageCopyDevicePerformanceQueryEXT &()

vk::HostImageCopyDevicePerformanceQueryEXT::operator VkHostImageCopyDevicePerformanceQueryEXT & ( )
inline

Definition at line 42729 of file vulkan_structs.hpp.

◆ operator VkHostImageCopyDevicePerformanceQueryEXT const &()

vk::HostImageCopyDevicePerformanceQueryEXT::operator VkHostImageCopyDevicePerformanceQueryEXT const & ( ) const
inline

Definition at line 42724 of file vulkan_structs.hpp.

◆ operator!=()

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

Definition at line 42759 of file vulkan_structs.hpp.

◆ operator=() [1/2]

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

◆ operator=() [2/2]

HostImageCopyDevicePerformanceQueryEXT& vk::HostImageCopyDevicePerformanceQueryEXT::operator= ( VkHostImageCopyDevicePerformanceQueryEXT const &  rhs)
inline

Definition at line 42718 of file vulkan_structs.hpp.

◆ operator==()

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

Definition at line 42749 of file vulkan_structs.hpp.

Member Data Documentation

◆ allowDuplicate

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

Definition at line 42695 of file vulkan_structs.hpp.

◆ identicalMemoryLayout

vk::Bool32 vk::HostImageCopyDevicePerformanceQueryEXT::identicalMemoryLayout = {}

Definition at line 42769 of file vulkan_structs.hpp.

◆ optimalDeviceAccess

vk::Bool32 vk::HostImageCopyDevicePerformanceQueryEXT::optimalDeviceAccess = {}

Definition at line 42768 of file vulkan_structs.hpp.

◆ pNext

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

Definition at line 42767 of file vulkan_structs.hpp.

◆ structureType

VULKAN_HPP_CONST_OR_CONSTEXPR StructureType vk::HostImageCopyDevicePerformanceQueryEXT::structureType = StructureType::eHostImageCopyDevicePerformanceQueryEXT
static

Definition at line 42696 of file vulkan_structs.hpp.

◆ sType

vk::StructureType vk::HostImageCopyDevicePerformanceQueryEXT::sType = StructureType::eHostImageCopyDevicePerformanceQueryEXT

Definition at line 42766 of file vulkan_structs.hpp.


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