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

#include <vulkan_structs.hpp>

Public Types

using NativeType = VkImageDrmFormatModifierListCreateInfoEXT
 

Public Member Functions

VULKAN_HPP_CONSTEXPR ImageDrmFormatModifierListCreateInfoEXT (uint32_t drmFormatModifierCount_={}, const uint64_t *pDrmFormatModifiers_={}, const void *pNext_=nullptr) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR ImageDrmFormatModifierListCreateInfoEXT (ImageDrmFormatModifierListCreateInfoEXT const &rhs) VULKAN_HPP_NOEXCEPT=default
 
 ImageDrmFormatModifierListCreateInfoEXT (VkImageDrmFormatModifierListCreateInfoEXT const &rhs) VULKAN_HPP_NOEXCEPT
 
 ImageDrmFormatModifierListCreateInfoEXT (VULKAN_HPP_NAMESPACE::ArrayProxyNoTemporaries< const uint64_t > const &drmFormatModifiers_, const void *pNext_=nullptr)
 
ImageDrmFormatModifierListCreateInfoEXToperator= (ImageDrmFormatModifierListCreateInfoEXT const &rhs) VULKAN_HPP_NOEXCEPT=default
 
ImageDrmFormatModifierListCreateInfoEXToperator= (VkImageDrmFormatModifierListCreateInfoEXT const &rhs) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR_14
ImageDrmFormatModifierListCreateInfoEXT
setPNext (const void *pNext_) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR_14
ImageDrmFormatModifierListCreateInfoEXT
setDrmFormatModifierCount (uint32_t drmFormatModifierCount_) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR_14
ImageDrmFormatModifierListCreateInfoEXT
setPDrmFormatModifiers (const uint64_t *pDrmFormatModifiers_) VULKAN_HPP_NOEXCEPT
 
ImageDrmFormatModifierListCreateInfoEXTsetDrmFormatModifiers (VULKAN_HPP_NAMESPACE::ArrayProxyNoTemporaries< const uint64_t > const &drmFormatModifiers_) VULKAN_HPP_NOEXCEPT
 
 operator VkImageDrmFormatModifierListCreateInfoEXT const & () const VULKAN_HPP_NOEXCEPT
 
 operator VkImageDrmFormatModifierListCreateInfoEXT & () VULKAN_HPP_NOEXCEPT
 
bool operator== (ImageDrmFormatModifierListCreateInfoEXT const &rhs) const VULKAN_HPP_NOEXCEPT
 
bool operator!= (ImageDrmFormatModifierListCreateInfoEXT const &rhs) const VULKAN_HPP_NOEXCEPT
 

Public Attributes

VULKAN_HPP_NAMESPACE::StructureType sType = StructureType::eImageDrmFormatModifierListCreateInfoEXT
 
const voidpNext = {}
 
uint32_t drmFormatModifierCount = {}
 
const uint64_t * pDrmFormatModifiers = {}
 

Static Public Attributes

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

Detailed Description

Definition at line 39163 of file vulkan_structs.hpp.

Member Typedef Documentation

Constructor & Destructor Documentation

VULKAN_HPP_CONSTEXPR VULKAN_HPP_NAMESPACE::ImageDrmFormatModifierListCreateInfoEXT::ImageDrmFormatModifierListCreateInfoEXT ( uint32_t  drmFormatModifierCount_ = {},
const uint64_t *  pDrmFormatModifiers_ = {},
const void pNext_ = nullptr 
)
inline

Definition at line 39171 of file vulkan_structs.hpp.

VULKAN_HPP_CONSTEXPR VULKAN_HPP_NAMESPACE::ImageDrmFormatModifierListCreateInfoEXT::ImageDrmFormatModifierListCreateInfoEXT ( ImageDrmFormatModifierListCreateInfoEXT const rhs)
default
VULKAN_HPP_NAMESPACE::ImageDrmFormatModifierListCreateInfoEXT::ImageDrmFormatModifierListCreateInfoEXT ( VkImageDrmFormatModifierListCreateInfoEXT const rhs)
inline

Definition at line 39182 of file vulkan_structs.hpp.

VULKAN_HPP_NAMESPACE::ImageDrmFormatModifierListCreateInfoEXT::ImageDrmFormatModifierListCreateInfoEXT ( VULKAN_HPP_NAMESPACE::ArrayProxyNoTemporaries< const uint64_t > const drmFormatModifiers_,
const void pNext_ = nullptr 
)
inline

Definition at line 39188 of file vulkan_structs.hpp.

Member Function Documentation

VULKAN_HPP_NAMESPACE::ImageDrmFormatModifierListCreateInfoEXT::operator VkImageDrmFormatModifierListCreateInfoEXT & ( )
inline

Definition at line 39239 of file vulkan_structs.hpp.

VULKAN_HPP_NAMESPACE::ImageDrmFormatModifierListCreateInfoEXT::operator VkImageDrmFormatModifierListCreateInfoEXT const & ( ) const
inline

Definition at line 39234 of file vulkan_structs.hpp.

ImageDrmFormatModifierListCreateInfoEXT& VULKAN_HPP_NAMESPACE::ImageDrmFormatModifierListCreateInfoEXT::operator= ( ImageDrmFormatModifierListCreateInfoEXT const rhs)
default
ImageDrmFormatModifierListCreateInfoEXT& VULKAN_HPP_NAMESPACE::ImageDrmFormatModifierListCreateInfoEXT::operator= ( VkImageDrmFormatModifierListCreateInfoEXT const rhs)
inline

Definition at line 39198 of file vulkan_structs.hpp.

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

Definition at line 39259 of file vulkan_structs.hpp.

VULKAN_HPP_CONSTEXPR_14 ImageDrmFormatModifierListCreateInfoEXT& VULKAN_HPP_NAMESPACE::ImageDrmFormatModifierListCreateInfoEXT::setDrmFormatModifierCount ( uint32_t  drmFormatModifierCount_)
inline

Definition at line 39211 of file vulkan_structs.hpp.

ImageDrmFormatModifierListCreateInfoEXT& VULKAN_HPP_NAMESPACE::ImageDrmFormatModifierListCreateInfoEXT::setDrmFormatModifiers ( VULKAN_HPP_NAMESPACE::ArrayProxyNoTemporaries< const uint64_t > const drmFormatModifiers_)
inline

Definition at line 39225 of file vulkan_structs.hpp.

VULKAN_HPP_CONSTEXPR_14 ImageDrmFormatModifierListCreateInfoEXT& VULKAN_HPP_NAMESPACE::ImageDrmFormatModifierListCreateInfoEXT::setPDrmFormatModifiers ( const uint64_t *  pDrmFormatModifiers_)
inline

Definition at line 39217 of file vulkan_structs.hpp.

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

Definition at line 39205 of file vulkan_structs.hpp.

Member Data Documentation

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

Definition at line 39167 of file vulkan_structs.hpp.

uint32_t VULKAN_HPP_NAMESPACE::ImageDrmFormatModifierListCreateInfoEXT::drmFormatModifierCount = {}

Definition at line 39278 of file vulkan_structs.hpp.

const uint64_t* VULKAN_HPP_NAMESPACE::ImageDrmFormatModifierListCreateInfoEXT::pDrmFormatModifiers = {}

Definition at line 39279 of file vulkan_structs.hpp.

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

Definition at line 39277 of file vulkan_structs.hpp.

VULKAN_HPP_CONST_OR_CONSTEXPR StructureType VULKAN_HPP_NAMESPACE::ImageDrmFormatModifierListCreateInfoEXT::structureType = StructureType::eImageDrmFormatModifierListCreateInfoEXT
static

Definition at line 39168 of file vulkan_structs.hpp.

VULKAN_HPP_NAMESPACE::StructureType VULKAN_HPP_NAMESPACE::ImageDrmFormatModifierListCreateInfoEXT::sType = StructureType::eImageDrmFormatModifierListCreateInfoEXT

Definition at line 39276 of file vulkan_structs.hpp.


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