Vulkan-Hpp
vk::PhysicalDeviceHostImageCopyFeaturesEXT Struct Reference

#include <vulkan_structs.hpp>

Public Types

using NativeType = VkPhysicalDeviceHostImageCopyFeaturesEXT
 

Public Member Functions

VULKAN_HPP_CONSTEXPR PhysicalDeviceHostImageCopyFeaturesEXT (vk::Bool32 hostImageCopy_={}, void *pNext_=nullptr) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR PhysicalDeviceHostImageCopyFeaturesEXT (PhysicalDeviceHostImageCopyFeaturesEXT const &rhs) VULKAN_HPP_NOEXCEPT=default
 
 PhysicalDeviceHostImageCopyFeaturesEXT (VkPhysicalDeviceHostImageCopyFeaturesEXT const &rhs) VULKAN_HPP_NOEXCEPT
 
PhysicalDeviceHostImageCopyFeaturesEXToperator= (PhysicalDeviceHostImageCopyFeaturesEXT const &rhs) VULKAN_HPP_NOEXCEPT=default
 
PhysicalDeviceHostImageCopyFeaturesEXToperator= (VkPhysicalDeviceHostImageCopyFeaturesEXT const &rhs) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR_14 PhysicalDeviceHostImageCopyFeaturesEXTsetPNext (void *pNext_) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR_14 PhysicalDeviceHostImageCopyFeaturesEXTsetHostImageCopy (vk::Bool32 hostImageCopy_) VULKAN_HPP_NOEXCEPT
 
 operator VkPhysicalDeviceHostImageCopyFeaturesEXT const & () const VULKAN_HPP_NOEXCEPT
 
 operator VkPhysicalDeviceHostImageCopyFeaturesEXT & () VULKAN_HPP_NOEXCEPT
 
bool operator== (PhysicalDeviceHostImageCopyFeaturesEXT const &rhs) const VULKAN_HPP_NOEXCEPT
 
bool operator!= (PhysicalDeviceHostImageCopyFeaturesEXT const &rhs) const VULKAN_HPP_NOEXCEPT
 

Public Attributes

vk::StructureType sType = StructureType::ePhysicalDeviceHostImageCopyFeaturesEXT
 
void * pNext = {}
 
vk::Bool32 hostImageCopy = {}
 

Static Public Attributes

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

Detailed Description

Definition at line 67595 of file vulkan_structs.hpp.

Member Typedef Documentation

◆ NativeType

Constructor & Destructor Documentation

◆ PhysicalDeviceHostImageCopyFeaturesEXT() [1/3]

VULKAN_HPP_CONSTEXPR vk::PhysicalDeviceHostImageCopyFeaturesEXT::PhysicalDeviceHostImageCopyFeaturesEXT ( vk::Bool32  hostImageCopy_ = {},
void *  pNext_ = nullptr 
)
inline

Definition at line 67603 of file vulkan_structs.hpp.

◆ PhysicalDeviceHostImageCopyFeaturesEXT() [2/3]

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

◆ PhysicalDeviceHostImageCopyFeaturesEXT() [3/3]

vk::PhysicalDeviceHostImageCopyFeaturesEXT::PhysicalDeviceHostImageCopyFeaturesEXT ( VkPhysicalDeviceHostImageCopyFeaturesEXT const &  rhs)
inline

Definition at line 67611 of file vulkan_structs.hpp.

Member Function Documentation

◆ operator VkPhysicalDeviceHostImageCopyFeaturesEXT &()

vk::PhysicalDeviceHostImageCopyFeaturesEXT::operator VkPhysicalDeviceHostImageCopyFeaturesEXT & ( )
inline

Definition at line 67644 of file vulkan_structs.hpp.

◆ operator VkPhysicalDeviceHostImageCopyFeaturesEXT const &()

vk::PhysicalDeviceHostImageCopyFeaturesEXT::operator VkPhysicalDeviceHostImageCopyFeaturesEXT const & ( ) const
inline

Definition at line 67639 of file vulkan_structs.hpp.

◆ operator!=()

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

Definition at line 67673 of file vulkan_structs.hpp.

◆ operator=() [1/2]

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

◆ operator=() [2/2]

PhysicalDeviceHostImageCopyFeaturesEXT& vk::PhysicalDeviceHostImageCopyFeaturesEXT::operator= ( VkPhysicalDeviceHostImageCopyFeaturesEXT const &  rhs)
inline

Definition at line 67619 of file vulkan_structs.hpp.

◆ operator==()

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

Definition at line 67664 of file vulkan_structs.hpp.

◆ setHostImageCopy()

VULKAN_HPP_CONSTEXPR_14 PhysicalDeviceHostImageCopyFeaturesEXT& vk::PhysicalDeviceHostImageCopyFeaturesEXT::setHostImageCopy ( vk::Bool32  hostImageCopy_)
inline

Definition at line 67632 of file vulkan_structs.hpp.

◆ setPNext()

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

Definition at line 67626 of file vulkan_structs.hpp.

Member Data Documentation

◆ allowDuplicate

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

Definition at line 67599 of file vulkan_structs.hpp.

◆ hostImageCopy

vk::Bool32 vk::PhysicalDeviceHostImageCopyFeaturesEXT::hostImageCopy = {}

Definition at line 67682 of file vulkan_structs.hpp.

◆ pNext

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

Definition at line 67681 of file vulkan_structs.hpp.

◆ structureType

VULKAN_HPP_CONST_OR_CONSTEXPR StructureType vk::PhysicalDeviceHostImageCopyFeaturesEXT::structureType = StructureType::ePhysicalDeviceHostImageCopyFeaturesEXT
static

Definition at line 67600 of file vulkan_structs.hpp.

◆ sType

vk::StructureType vk::PhysicalDeviceHostImageCopyFeaturesEXT::sType = StructureType::ePhysicalDeviceHostImageCopyFeaturesEXT

Definition at line 67680 of file vulkan_structs.hpp.


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