Vulkan-Hpp
vk::ImageViewASTCDecodeModeEXT Struct Reference

#include <vulkan_structs.hpp>

Public Types

using NativeType = VkImageViewASTCDecodeModeEXT
 

Public Member Functions

VULKAN_HPP_CONSTEXPR ImageViewASTCDecodeModeEXT (vk::Format decodeMode_=vk::Format::eUndefined, const void *pNext_=nullptr) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR ImageViewASTCDecodeModeEXT (ImageViewASTCDecodeModeEXT const &rhs) VULKAN_HPP_NOEXCEPT=default
 
 ImageViewASTCDecodeModeEXT (VkImageViewASTCDecodeModeEXT const &rhs) VULKAN_HPP_NOEXCEPT
 
ImageViewASTCDecodeModeEXToperator= (ImageViewASTCDecodeModeEXT const &rhs) VULKAN_HPP_NOEXCEPT=default
 
ImageViewASTCDecodeModeEXToperator= (VkImageViewASTCDecodeModeEXT const &rhs) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR_14 ImageViewASTCDecodeModeEXTsetPNext (const void *pNext_) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR_14 ImageViewASTCDecodeModeEXTsetDecodeMode (vk::Format decodeMode_) VULKAN_HPP_NOEXCEPT
 
 operator VkImageViewASTCDecodeModeEXT const & () const VULKAN_HPP_NOEXCEPT
 
 operator VkImageViewASTCDecodeModeEXT & () VULKAN_HPP_NOEXCEPT
 
bool operator== (ImageViewASTCDecodeModeEXT const &rhs) const VULKAN_HPP_NOEXCEPT
 
bool operator!= (ImageViewASTCDecodeModeEXT const &rhs) const VULKAN_HPP_NOEXCEPT
 

Public Attributes

vk::StructureType sType = StructureType::eImageViewAstcDecodeModeEXT
 
const void * pNext = {}
 
vk::Format decodeMode = vk::Format::eUndefined
 

Static Public Attributes

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

Detailed Description

Definition at line 45626 of file vulkan_structs.hpp.

Member Typedef Documentation

◆ NativeType

Constructor & Destructor Documentation

◆ ImageViewASTCDecodeModeEXT() [1/3]

VULKAN_HPP_CONSTEXPR vk::ImageViewASTCDecodeModeEXT::ImageViewASTCDecodeModeEXT ( vk::Format  decodeMode_ = vk::Format::eUndefined,
const void *  pNext_ = nullptr 
)
inline

Definition at line 45634 of file vulkan_structs.hpp.

◆ ImageViewASTCDecodeModeEXT() [2/3]

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

◆ ImageViewASTCDecodeModeEXT() [3/3]

vk::ImageViewASTCDecodeModeEXT::ImageViewASTCDecodeModeEXT ( VkImageViewASTCDecodeModeEXT const &  rhs)
inline

Definition at line 45643 of file vulkan_structs.hpp.

Member Function Documentation

◆ operator VkImageViewASTCDecodeModeEXT &()

vk::ImageViewASTCDecodeModeEXT::operator VkImageViewASTCDecodeModeEXT & ( )
inline

Definition at line 45676 of file vulkan_structs.hpp.

◆ operator VkImageViewASTCDecodeModeEXT const &()

vk::ImageViewASTCDecodeModeEXT::operator VkImageViewASTCDecodeModeEXT const & ( ) const
inline

Definition at line 45671 of file vulkan_structs.hpp.

◆ operator!=()

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

Definition at line 45705 of file vulkan_structs.hpp.

◆ operator=() [1/2]

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

◆ operator=() [2/2]

ImageViewASTCDecodeModeEXT& vk::ImageViewASTCDecodeModeEXT::operator= ( VkImageViewASTCDecodeModeEXT const &  rhs)
inline

Definition at line 45651 of file vulkan_structs.hpp.

◆ operator==()

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

Definition at line 45696 of file vulkan_structs.hpp.

◆ setDecodeMode()

VULKAN_HPP_CONSTEXPR_14 ImageViewASTCDecodeModeEXT& vk::ImageViewASTCDecodeModeEXT::setDecodeMode ( vk::Format  decodeMode_)
inline

Definition at line 45664 of file vulkan_structs.hpp.

◆ setPNext()

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

Definition at line 45658 of file vulkan_structs.hpp.

Member Data Documentation

◆ allowDuplicate

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

Definition at line 45630 of file vulkan_structs.hpp.

◆ decodeMode

vk::Format vk::ImageViewASTCDecodeModeEXT::decodeMode = vk::Format::eUndefined

Definition at line 45714 of file vulkan_structs.hpp.

◆ pNext

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

Definition at line 45713 of file vulkan_structs.hpp.

◆ structureType

VULKAN_HPP_CONST_OR_CONSTEXPR StructureType vk::ImageViewASTCDecodeModeEXT::structureType = StructureType::eImageViewAstcDecodeModeEXT
static

Definition at line 45631 of file vulkan_structs.hpp.

◆ sType

vk::StructureType vk::ImageViewASTCDecodeModeEXT::sType = StructureType::eImageViewAstcDecodeModeEXT

Definition at line 45712 of file vulkan_structs.hpp.


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