HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
VULKAN_HPP_NAMESPACE::BindImagePlaneMemoryInfo Struct Reference

#include <vulkan_structs.hpp>

Public Types

using NativeType = VkBindImagePlaneMemoryInfo
 

Public Member Functions

VULKAN_HPP_CONSTEXPR BindImagePlaneMemoryInfo (VULKAN_HPP_NAMESPACE::ImageAspectFlagBits planeAspect_=VULKAN_HPP_NAMESPACE::ImageAspectFlagBits::eColor, const void *pNext_=nullptr) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR BindImagePlaneMemoryInfo (BindImagePlaneMemoryInfo const &rhs) VULKAN_HPP_NOEXCEPT=default
 
 BindImagePlaneMemoryInfo (VkBindImagePlaneMemoryInfo const &rhs) VULKAN_HPP_NOEXCEPT
 
BindImagePlaneMemoryInfooperator= (BindImagePlaneMemoryInfo const &rhs) VULKAN_HPP_NOEXCEPT=default
 
BindImagePlaneMemoryInfooperator= (VkBindImagePlaneMemoryInfo const &rhs) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR_14
BindImagePlaneMemoryInfo
setPNext (const void *pNext_) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR_14
BindImagePlaneMemoryInfo
setPlaneAspect (VULKAN_HPP_NAMESPACE::ImageAspectFlagBits planeAspect_) VULKAN_HPP_NOEXCEPT
 
 operator VkBindImagePlaneMemoryInfo const & () const VULKAN_HPP_NOEXCEPT
 
 operator VkBindImagePlaneMemoryInfo & () VULKAN_HPP_NOEXCEPT
 
bool operator== (BindImagePlaneMemoryInfo const &rhs) const VULKAN_HPP_NOEXCEPT
 
bool operator!= (BindImagePlaneMemoryInfo const &rhs) const VULKAN_HPP_NOEXCEPT
 

Public Attributes

VULKAN_HPP_NAMESPACE::StructureType sType = StructureType::eBindImagePlaneMemoryInfo
 
const voidpNext = {}
 
VULKAN_HPP_NAMESPACE::ImageAspectFlagBits planeAspect = VULKAN_HPP_NAMESPACE::ImageAspectFlagBits::eColor
 

Static Public Attributes

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

Detailed Description

Definition at line 7645 of file vulkan_structs.hpp.

Member Typedef Documentation

Constructor & Destructor Documentation

VULKAN_HPP_CONSTEXPR VULKAN_HPP_NAMESPACE::BindImagePlaneMemoryInfo::BindImagePlaneMemoryInfo ( VULKAN_HPP_NAMESPACE::ImageAspectFlagBits  planeAspect_ = VULKAN_HPP_NAMESPACE::ImageAspectFlagBits::eColor,
const void pNext_ = nullptr 
)
inline

Definition at line 7653 of file vulkan_structs.hpp.

VULKAN_HPP_CONSTEXPR VULKAN_HPP_NAMESPACE::BindImagePlaneMemoryInfo::BindImagePlaneMemoryInfo ( BindImagePlaneMemoryInfo const rhs)
default
VULKAN_HPP_NAMESPACE::BindImagePlaneMemoryInfo::BindImagePlaneMemoryInfo ( VkBindImagePlaneMemoryInfo const rhs)
inline

Definition at line 7662 of file vulkan_structs.hpp.

Member Function Documentation

VULKAN_HPP_NAMESPACE::BindImagePlaneMemoryInfo::operator VkBindImagePlaneMemoryInfo & ( )
inline

Definition at line 7695 of file vulkan_structs.hpp.

VULKAN_HPP_NAMESPACE::BindImagePlaneMemoryInfo::operator VkBindImagePlaneMemoryInfo const & ( ) const
inline

Definition at line 7690 of file vulkan_structs.hpp.

BindImagePlaneMemoryInfo& VULKAN_HPP_NAMESPACE::BindImagePlaneMemoryInfo::operator= ( BindImagePlaneMemoryInfo const rhs)
default
BindImagePlaneMemoryInfo& VULKAN_HPP_NAMESPACE::BindImagePlaneMemoryInfo::operator= ( VkBindImagePlaneMemoryInfo const rhs)
inline

Definition at line 7670 of file vulkan_structs.hpp.

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

Definition at line 7715 of file vulkan_structs.hpp.

VULKAN_HPP_CONSTEXPR_14 BindImagePlaneMemoryInfo& VULKAN_HPP_NAMESPACE::BindImagePlaneMemoryInfo::setPlaneAspect ( VULKAN_HPP_NAMESPACE::ImageAspectFlagBits  planeAspect_)
inline

Definition at line 7683 of file vulkan_structs.hpp.

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

Definition at line 7677 of file vulkan_structs.hpp.

Member Data Documentation

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

Definition at line 7649 of file vulkan_structs.hpp.

VULKAN_HPP_NAMESPACE::ImageAspectFlagBits VULKAN_HPP_NAMESPACE::BindImagePlaneMemoryInfo::planeAspect = VULKAN_HPP_NAMESPACE::ImageAspectFlagBits::eColor

Definition at line 7733 of file vulkan_structs.hpp.

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

Definition at line 7732 of file vulkan_structs.hpp.

VULKAN_HPP_CONST_OR_CONSTEXPR StructureType VULKAN_HPP_NAMESPACE::BindImagePlaneMemoryInfo::structureType = StructureType::eBindImagePlaneMemoryInfo
static

Definition at line 7650 of file vulkan_structs.hpp.

VULKAN_HPP_NAMESPACE::StructureType VULKAN_HPP_NAMESPACE::BindImagePlaneMemoryInfo::sType = StructureType::eBindImagePlaneMemoryInfo

Definition at line 7731 of file vulkan_structs.hpp.


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