Vulkan-Hpp
vk::ImageViewSlicedCreateInfoEXT Struct Reference

#include <vulkan_structs.hpp>

Public Types

using NativeType = VkImageViewSlicedCreateInfoEXT
 

Public Member Functions

VULKAN_HPP_CONSTEXPR ImageViewSlicedCreateInfoEXT (uint32_t sliceOffset_={}, uint32_t sliceCount_={}, const void *pNext_=nullptr) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR ImageViewSlicedCreateInfoEXT (ImageViewSlicedCreateInfoEXT const &rhs) VULKAN_HPP_NOEXCEPT=default
 
 ImageViewSlicedCreateInfoEXT (VkImageViewSlicedCreateInfoEXT const &rhs) VULKAN_HPP_NOEXCEPT
 
ImageViewSlicedCreateInfoEXToperator= (ImageViewSlicedCreateInfoEXT const &rhs) VULKAN_HPP_NOEXCEPT=default
 
ImageViewSlicedCreateInfoEXToperator= (VkImageViewSlicedCreateInfoEXT const &rhs) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR_14 ImageViewSlicedCreateInfoEXTsetPNext (const void *pNext_) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR_14 ImageViewSlicedCreateInfoEXTsetSliceOffset (uint32_t sliceOffset_) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR_14 ImageViewSlicedCreateInfoEXTsetSliceCount (uint32_t sliceCount_) VULKAN_HPP_NOEXCEPT
 
 operator VkImageViewSlicedCreateInfoEXT const & () const VULKAN_HPP_NOEXCEPT
 
 operator VkImageViewSlicedCreateInfoEXT & () VULKAN_HPP_NOEXCEPT
 
bool operator== (ImageViewSlicedCreateInfoEXT const &rhs) const VULKAN_HPP_NOEXCEPT
 
bool operator!= (ImageViewSlicedCreateInfoEXT const &rhs) const VULKAN_HPP_NOEXCEPT
 

Public Attributes

vk::StructureType sType = StructureType::eImageViewSlicedCreateInfoEXT
 
const void * pNext = {}
 
uint32_t sliceOffset = {}
 
uint32_t sliceCount = {}
 

Static Public Attributes

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

Detailed Description

Definition at line 46393 of file vulkan_structs.hpp.

Member Typedef Documentation

◆ NativeType

Constructor & Destructor Documentation

◆ ImageViewSlicedCreateInfoEXT() [1/3]

VULKAN_HPP_CONSTEXPR vk::ImageViewSlicedCreateInfoEXT::ImageViewSlicedCreateInfoEXT ( uint32_t  sliceOffset_ = {},
uint32_t  sliceCount_ = {},
const void *  pNext_ = nullptr 
)
inline

Definition at line 46402 of file vulkan_structs.hpp.

◆ ImageViewSlicedCreateInfoEXT() [2/3]

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

◆ ImageViewSlicedCreateInfoEXT() [3/3]

vk::ImageViewSlicedCreateInfoEXT::ImageViewSlicedCreateInfoEXT ( VkImageViewSlicedCreateInfoEXT const &  rhs)
inline

Definition at line 46411 of file vulkan_structs.hpp.

Member Function Documentation

◆ operator VkImageViewSlicedCreateInfoEXT &()

vk::ImageViewSlicedCreateInfoEXT::operator VkImageViewSlicedCreateInfoEXT & ( )
inline

Definition at line 46450 of file vulkan_structs.hpp.

◆ operator VkImageViewSlicedCreateInfoEXT const &()

vk::ImageViewSlicedCreateInfoEXT::operator VkImageViewSlicedCreateInfoEXT const & ( ) const
inline

Definition at line 46445 of file vulkan_structs.hpp.

◆ operator!=()

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

Definition at line 46479 of file vulkan_structs.hpp.

◆ operator=() [1/2]

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

◆ operator=() [2/2]

ImageViewSlicedCreateInfoEXT& vk::ImageViewSlicedCreateInfoEXT::operator= ( VkImageViewSlicedCreateInfoEXT const &  rhs)
inline

Definition at line 46419 of file vulkan_structs.hpp.

◆ operator==()

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

Definition at line 46470 of file vulkan_structs.hpp.

◆ setPNext()

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

Definition at line 46426 of file vulkan_structs.hpp.

◆ setSliceCount()

VULKAN_HPP_CONSTEXPR_14 ImageViewSlicedCreateInfoEXT& vk::ImageViewSlicedCreateInfoEXT::setSliceCount ( uint32_t  sliceCount_)
inline

Definition at line 46438 of file vulkan_structs.hpp.

◆ setSliceOffset()

VULKAN_HPP_CONSTEXPR_14 ImageViewSlicedCreateInfoEXT& vk::ImageViewSlicedCreateInfoEXT::setSliceOffset ( uint32_t  sliceOffset_)
inline

Definition at line 46432 of file vulkan_structs.hpp.

Member Data Documentation

◆ allowDuplicate

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

Definition at line 46397 of file vulkan_structs.hpp.

◆ pNext

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

Definition at line 46487 of file vulkan_structs.hpp.

◆ sliceCount

uint32_t vk::ImageViewSlicedCreateInfoEXT::sliceCount = {}

Definition at line 46489 of file vulkan_structs.hpp.

◆ sliceOffset

uint32_t vk::ImageViewSlicedCreateInfoEXT::sliceOffset = {}

Definition at line 46488 of file vulkan_structs.hpp.

◆ structureType

VULKAN_HPP_CONST_OR_CONSTEXPR StructureType vk::ImageViewSlicedCreateInfoEXT::structureType = StructureType::eImageViewSlicedCreateInfoEXT
static

Definition at line 46398 of file vulkan_structs.hpp.

◆ sType

vk::StructureType vk::ImageViewSlicedCreateInfoEXT::sType = StructureType::eImageViewSlicedCreateInfoEXT

Definition at line 46486 of file vulkan_structs.hpp.


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