Vulkan-Hpp
vk::PhysicalDeviceImageDrmFormatModifierInfoEXT Struct Reference

#include <vulkan_structs.hpp>

Public Types

using NativeType = VkPhysicalDeviceImageDrmFormatModifierInfoEXT
 

Public Member Functions

VULKAN_HPP_CONSTEXPR PhysicalDeviceImageDrmFormatModifierInfoEXT (uint64_t drmFormatModifier_={}, vk::SharingMode sharingMode_=vk::SharingMode::eExclusive, uint32_t queueFamilyIndexCount_={}, const uint32_t *pQueueFamilyIndices_={}, const void *pNext_=nullptr) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR PhysicalDeviceImageDrmFormatModifierInfoEXT (PhysicalDeviceImageDrmFormatModifierInfoEXT const &rhs) VULKAN_HPP_NOEXCEPT=default
 
 PhysicalDeviceImageDrmFormatModifierInfoEXT (VkPhysicalDeviceImageDrmFormatModifierInfoEXT const &rhs) VULKAN_HPP_NOEXCEPT
 
 PhysicalDeviceImageDrmFormatModifierInfoEXT (uint64_t drmFormatModifier_, vk::SharingMode sharingMode_, vk::ArrayProxyNoTemporaries< const uint32_t > const &queueFamilyIndices_, const void *pNext_=nullptr)
 
PhysicalDeviceImageDrmFormatModifierInfoEXToperator= (PhysicalDeviceImageDrmFormatModifierInfoEXT const &rhs) VULKAN_HPP_NOEXCEPT=default
 
PhysicalDeviceImageDrmFormatModifierInfoEXToperator= (VkPhysicalDeviceImageDrmFormatModifierInfoEXT const &rhs) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR_14 PhysicalDeviceImageDrmFormatModifierInfoEXTsetPNext (const void *pNext_) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR_14 PhysicalDeviceImageDrmFormatModifierInfoEXTsetDrmFormatModifier (uint64_t drmFormatModifier_) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR_14 PhysicalDeviceImageDrmFormatModifierInfoEXTsetSharingMode (vk::SharingMode sharingMode_) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR_14 PhysicalDeviceImageDrmFormatModifierInfoEXTsetQueueFamilyIndexCount (uint32_t queueFamilyIndexCount_) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR_14 PhysicalDeviceImageDrmFormatModifierInfoEXTsetPQueueFamilyIndices (const uint32_t *pQueueFamilyIndices_) VULKAN_HPP_NOEXCEPT
 
PhysicalDeviceImageDrmFormatModifierInfoEXTsetQueueFamilyIndices (vk::ArrayProxyNoTemporaries< const uint32_t > const &queueFamilyIndices_) VULKAN_HPP_NOEXCEPT
 
 operator VkPhysicalDeviceImageDrmFormatModifierInfoEXT const & () const VULKAN_HPP_NOEXCEPT
 
 operator VkPhysicalDeviceImageDrmFormatModifierInfoEXT & () VULKAN_HPP_NOEXCEPT
 
bool operator== (PhysicalDeviceImageDrmFormatModifierInfoEXT const &rhs) const VULKAN_HPP_NOEXCEPT
 
bool operator!= (PhysicalDeviceImageDrmFormatModifierInfoEXT const &rhs) const VULKAN_HPP_NOEXCEPT
 

Public Attributes

vk::StructureType sType = StructureType::ePhysicalDeviceImageDrmFormatModifierInfoEXT
 
const void * pNext = {}
 
uint64_t drmFormatModifier = {}
 
vk::SharingMode sharingMode = vk::SharingMode::eExclusive
 
uint32_t queueFamilyIndexCount = {}
 
const uint32_t * pQueueFamilyIndices = {}
 

Static Public Attributes

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

Detailed Description

Definition at line 68394 of file vulkan_structs.hpp.

Member Typedef Documentation

◆ NativeType

Constructor & Destructor Documentation

◆ PhysicalDeviceImageDrmFormatModifierInfoEXT() [1/4]

VULKAN_HPP_CONSTEXPR vk::PhysicalDeviceImageDrmFormatModifierInfoEXT::PhysicalDeviceImageDrmFormatModifierInfoEXT ( uint64_t  drmFormatModifier_ = {},
vk::SharingMode  sharingMode_ = vk::SharingMode::eExclusive,
uint32_t  queueFamilyIndexCount_ = {},
const uint32_t *  pQueueFamilyIndices_ = {},
const void *  pNext_ = nullptr 
)
inline

Definition at line 68403 of file vulkan_structs.hpp.

◆ PhysicalDeviceImageDrmFormatModifierInfoEXT() [2/4]

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

◆ PhysicalDeviceImageDrmFormatModifierInfoEXT() [3/4]

vk::PhysicalDeviceImageDrmFormatModifierInfoEXT::PhysicalDeviceImageDrmFormatModifierInfoEXT ( VkPhysicalDeviceImageDrmFormatModifierInfoEXT const &  rhs)
inline

Definition at line 68418 of file vulkan_structs.hpp.

◆ PhysicalDeviceImageDrmFormatModifierInfoEXT() [4/4]

vk::PhysicalDeviceImageDrmFormatModifierInfoEXT::PhysicalDeviceImageDrmFormatModifierInfoEXT ( uint64_t  drmFormatModifier_,
vk::SharingMode  sharingMode_,
vk::ArrayProxyNoTemporaries< const uint32_t > const &  queueFamilyIndices_,
const void *  pNext_ = nullptr 
)
inline

Definition at line 68424 of file vulkan_structs.hpp.

Member Function Documentation

◆ operator VkPhysicalDeviceImageDrmFormatModifierInfoEXT &()

vk::PhysicalDeviceImageDrmFormatModifierInfoEXT::operator VkPhysicalDeviceImageDrmFormatModifierInfoEXT & ( )
inline

Definition at line 68493 of file vulkan_structs.hpp.

◆ operator VkPhysicalDeviceImageDrmFormatModifierInfoEXT const &()

vk::PhysicalDeviceImageDrmFormatModifierInfoEXT::operator VkPhysicalDeviceImageDrmFormatModifierInfoEXT const & ( ) const
inline

Definition at line 68488 of file vulkan_structs.hpp.

◆ operator!=()

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

Definition at line 68528 of file vulkan_structs.hpp.

◆ operator=() [1/2]

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

◆ operator=() [2/2]

PhysicalDeviceImageDrmFormatModifierInfoEXT& vk::PhysicalDeviceImageDrmFormatModifierInfoEXT::operator= ( VkPhysicalDeviceImageDrmFormatModifierInfoEXT const &  rhs)
inline

Definition at line 68440 of file vulkan_structs.hpp.

◆ operator==()

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

Definition at line 68518 of file vulkan_structs.hpp.

◆ setDrmFormatModifier()

VULKAN_HPP_CONSTEXPR_14 PhysicalDeviceImageDrmFormatModifierInfoEXT& vk::PhysicalDeviceImageDrmFormatModifierInfoEXT::setDrmFormatModifier ( uint64_t  drmFormatModifier_)
inline

Definition at line 68453 of file vulkan_structs.hpp.

◆ setPNext()

VULKAN_HPP_CONSTEXPR_14 PhysicalDeviceImageDrmFormatModifierInfoEXT& vk::PhysicalDeviceImageDrmFormatModifierInfoEXT::setPNext ( const void *  pNext_)
inline

Definition at line 68447 of file vulkan_structs.hpp.

◆ setPQueueFamilyIndices()

VULKAN_HPP_CONSTEXPR_14 PhysicalDeviceImageDrmFormatModifierInfoEXT& vk::PhysicalDeviceImageDrmFormatModifierInfoEXT::setPQueueFamilyIndices ( const uint32_t *  pQueueFamilyIndices_)
inline

Definition at line 68471 of file vulkan_structs.hpp.

◆ setQueueFamilyIndexCount()

VULKAN_HPP_CONSTEXPR_14 PhysicalDeviceImageDrmFormatModifierInfoEXT& vk::PhysicalDeviceImageDrmFormatModifierInfoEXT::setQueueFamilyIndexCount ( uint32_t  queueFamilyIndexCount_)
inline

Definition at line 68465 of file vulkan_structs.hpp.

◆ setQueueFamilyIndices()

PhysicalDeviceImageDrmFormatModifierInfoEXT& vk::PhysicalDeviceImageDrmFormatModifierInfoEXT::setQueueFamilyIndices ( vk::ArrayProxyNoTemporaries< const uint32_t > const &  queueFamilyIndices_)
inline

Definition at line 68479 of file vulkan_structs.hpp.

◆ setSharingMode()

VULKAN_HPP_CONSTEXPR_14 PhysicalDeviceImageDrmFormatModifierInfoEXT& vk::PhysicalDeviceImageDrmFormatModifierInfoEXT::setSharingMode ( vk::SharingMode  sharingMode_)
inline

Definition at line 68459 of file vulkan_structs.hpp.

Member Data Documentation

◆ allowDuplicate

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

Definition at line 68398 of file vulkan_structs.hpp.

◆ drmFormatModifier

uint64_t vk::PhysicalDeviceImageDrmFormatModifierInfoEXT::drmFormatModifier = {}

Definition at line 68537 of file vulkan_structs.hpp.

◆ pNext

const void* vk::PhysicalDeviceImageDrmFormatModifierInfoEXT::pNext = {}

Definition at line 68536 of file vulkan_structs.hpp.

◆ pQueueFamilyIndices

const uint32_t* vk::PhysicalDeviceImageDrmFormatModifierInfoEXT::pQueueFamilyIndices = {}

Definition at line 68540 of file vulkan_structs.hpp.

◆ queueFamilyIndexCount

uint32_t vk::PhysicalDeviceImageDrmFormatModifierInfoEXT::queueFamilyIndexCount = {}

Definition at line 68539 of file vulkan_structs.hpp.

◆ sharingMode

vk::SharingMode vk::PhysicalDeviceImageDrmFormatModifierInfoEXT::sharingMode = vk::SharingMode::eExclusive

Definition at line 68538 of file vulkan_structs.hpp.

◆ structureType

VULKAN_HPP_CONST_OR_CONSTEXPR StructureType vk::PhysicalDeviceImageDrmFormatModifierInfoEXT::structureType = StructureType::ePhysicalDeviceImageDrmFormatModifierInfoEXT
static

Definition at line 68399 of file vulkan_structs.hpp.

◆ sType

vk::StructureType vk::PhysicalDeviceImageDrmFormatModifierInfoEXT::sType = StructureType::ePhysicalDeviceImageDrmFormatModifierInfoEXT

Definition at line 68535 of file vulkan_structs.hpp.


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