Vulkan-Hpp
vk::ImageFormatListCreateInfo Struct Reference

#include <vulkan_structs.hpp>

Public Types

using NativeType = VkImageFormatListCreateInfo
 

Public Member Functions

VULKAN_HPP_CONSTEXPR ImageFormatListCreateInfo (uint32_t viewFormatCount_={}, const vk::Format *pViewFormats_={}, const void *pNext_=nullptr) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR ImageFormatListCreateInfo (ImageFormatListCreateInfo const &rhs) VULKAN_HPP_NOEXCEPT=default
 
 ImageFormatListCreateInfo (VkImageFormatListCreateInfo const &rhs) VULKAN_HPP_NOEXCEPT
 
 ImageFormatListCreateInfo (vk::ArrayProxyNoTemporaries< const vk::Format > const &viewFormats_, const void *pNext_=nullptr)
 
ImageFormatListCreateInfooperator= (ImageFormatListCreateInfo const &rhs) VULKAN_HPP_NOEXCEPT=default
 
ImageFormatListCreateInfooperator= (VkImageFormatListCreateInfo const &rhs) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR_14 ImageFormatListCreateInfosetPNext (const void *pNext_) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR_14 ImageFormatListCreateInfosetViewFormatCount (uint32_t viewFormatCount_) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR_14 ImageFormatListCreateInfosetPViewFormats (const vk::Format *pViewFormats_) VULKAN_HPP_NOEXCEPT
 
ImageFormatListCreateInfosetViewFormats (vk::ArrayProxyNoTemporaries< const vk::Format > const &viewFormats_) VULKAN_HPP_NOEXCEPT
 
 operator VkImageFormatListCreateInfo const & () const VULKAN_HPP_NOEXCEPT
 
 operator VkImageFormatListCreateInfo & () VULKAN_HPP_NOEXCEPT
 
bool operator== (ImageFormatListCreateInfo const &rhs) const VULKAN_HPP_NOEXCEPT
 
bool operator!= (ImageFormatListCreateInfo const &rhs) const VULKAN_HPP_NOEXCEPT
 

Public Attributes

vk::StructureType sType = StructureType::eImageFormatListCreateInfo
 
const void * pNext = {}
 
uint32_t viewFormatCount = {}
 
const vk::FormatpViewFormats = {}
 

Static Public Attributes

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

Detailed Description

Definition at line 44380 of file vulkan_structs.hpp.

Member Typedef Documentation

◆ NativeType

Constructor & Destructor Documentation

◆ ImageFormatListCreateInfo() [1/4]

VULKAN_HPP_CONSTEXPR vk::ImageFormatListCreateInfo::ImageFormatListCreateInfo ( uint32_t  viewFormatCount_ = {},
const vk::Format pViewFormats_ = {},
const void *  pNext_ = nullptr 
)
inline

Definition at line 44388 of file vulkan_structs.hpp.

◆ ImageFormatListCreateInfo() [2/4]

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

◆ ImageFormatListCreateInfo() [3/4]

vk::ImageFormatListCreateInfo::ImageFormatListCreateInfo ( VkImageFormatListCreateInfo const &  rhs)
inline

Definition at line 44399 of file vulkan_structs.hpp.

◆ ImageFormatListCreateInfo() [4/4]

vk::ImageFormatListCreateInfo::ImageFormatListCreateInfo ( vk::ArrayProxyNoTemporaries< const vk::Format > const &  viewFormats_,
const void *  pNext_ = nullptr 
)
inline

Definition at line 44405 of file vulkan_structs.hpp.

Member Function Documentation

◆ operator VkImageFormatListCreateInfo &()

vk::ImageFormatListCreateInfo::operator VkImageFormatListCreateInfo & ( )
inline

Definition at line 44456 of file vulkan_structs.hpp.

◆ operator VkImageFormatListCreateInfo const &()

vk::ImageFormatListCreateInfo::operator VkImageFormatListCreateInfo const & ( ) const
inline

Definition at line 44451 of file vulkan_structs.hpp.

◆ operator!=()

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

Definition at line 44485 of file vulkan_structs.hpp.

◆ operator=() [1/2]

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

◆ operator=() [2/2]

ImageFormatListCreateInfo& vk::ImageFormatListCreateInfo::operator= ( VkImageFormatListCreateInfo const &  rhs)
inline

Definition at line 44415 of file vulkan_structs.hpp.

◆ operator==()

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

Definition at line 44476 of file vulkan_structs.hpp.

◆ setPNext()

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

Definition at line 44422 of file vulkan_structs.hpp.

◆ setPViewFormats()

VULKAN_HPP_CONSTEXPR_14 ImageFormatListCreateInfo& vk::ImageFormatListCreateInfo::setPViewFormats ( const vk::Format pViewFormats_)
inline

Definition at line 44434 of file vulkan_structs.hpp.

◆ setViewFormatCount()

VULKAN_HPP_CONSTEXPR_14 ImageFormatListCreateInfo& vk::ImageFormatListCreateInfo::setViewFormatCount ( uint32_t  viewFormatCount_)
inline

Definition at line 44428 of file vulkan_structs.hpp.

◆ setViewFormats()

ImageFormatListCreateInfo& vk::ImageFormatListCreateInfo::setViewFormats ( vk::ArrayProxyNoTemporaries< const vk::Format > const &  viewFormats_)
inline

Definition at line 44442 of file vulkan_structs.hpp.

Member Data Documentation

◆ allowDuplicate

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

Definition at line 44384 of file vulkan_structs.hpp.

◆ pNext

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

Definition at line 44493 of file vulkan_structs.hpp.

◆ pViewFormats

const vk::Format* vk::ImageFormatListCreateInfo::pViewFormats = {}

Definition at line 44495 of file vulkan_structs.hpp.

◆ structureType

VULKAN_HPP_CONST_OR_CONSTEXPR StructureType vk::ImageFormatListCreateInfo::structureType = StructureType::eImageFormatListCreateInfo
static

Definition at line 44385 of file vulkan_structs.hpp.

◆ sType

vk::StructureType vk::ImageFormatListCreateInfo::sType = StructureType::eImageFormatListCreateInfo

Definition at line 44492 of file vulkan_structs.hpp.

◆ viewFormatCount

uint32_t vk::ImageFormatListCreateInfo::viewFormatCount = {}

Definition at line 44494 of file vulkan_structs.hpp.


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