Vulkan-Hpp
vk::ImageViewHandleInfoNVX Struct Reference

#include <vulkan_structs.hpp>

Public Types

using NativeType = VkImageViewHandleInfoNVX
 

Public Member Functions

VULKAN_HPP_CONSTEXPR ImageViewHandleInfoNVX (vk::ImageView imageView_={}, vk::DescriptorType descriptorType_=vk::DescriptorType::eSampler, vk::Sampler sampler_={}, const void *pNext_=nullptr) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR ImageViewHandleInfoNVX (ImageViewHandleInfoNVX const &rhs) VULKAN_HPP_NOEXCEPT=default
 
 ImageViewHandleInfoNVX (VkImageViewHandleInfoNVX const &rhs) VULKAN_HPP_NOEXCEPT
 
ImageViewHandleInfoNVXoperator= (ImageViewHandleInfoNVX const &rhs) VULKAN_HPP_NOEXCEPT=default
 
ImageViewHandleInfoNVXoperator= (VkImageViewHandleInfoNVX const &rhs) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR_14 ImageViewHandleInfoNVXsetPNext (const void *pNext_) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR_14 ImageViewHandleInfoNVXsetImageView (vk::ImageView imageView_) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR_14 ImageViewHandleInfoNVXsetDescriptorType (vk::DescriptorType descriptorType_) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR_14 ImageViewHandleInfoNVXsetSampler (vk::Sampler sampler_) VULKAN_HPP_NOEXCEPT
 
 operator VkImageViewHandleInfoNVX const & () const VULKAN_HPP_NOEXCEPT
 
 operator VkImageViewHandleInfoNVX & () VULKAN_HPP_NOEXCEPT
 
bool operator== (ImageViewHandleInfoNVX const &rhs) const VULKAN_HPP_NOEXCEPT
 
bool operator!= (ImageViewHandleInfoNVX const &rhs) const VULKAN_HPP_NOEXCEPT
 

Public Attributes

vk::StructureType sType = StructureType::eImageViewHandleInfoNVX
 
const void * pNext = {}
 
vk::ImageView imageView = {}
 
vk::DescriptorType descriptorType = vk::DescriptorType::eSampler
 
vk::Sampler sampler = {}
 

Static Public Attributes

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

Detailed Description

Definition at line 46057 of file vulkan_structs.hpp.

Member Typedef Documentation

◆ NativeType

Constructor & Destructor Documentation

◆ ImageViewHandleInfoNVX() [1/3]

VULKAN_HPP_CONSTEXPR vk::ImageViewHandleInfoNVX::ImageViewHandleInfoNVX ( vk::ImageView  imageView_ = {},
vk::DescriptorType  descriptorType_ = vk::DescriptorType::eSampler,
vk::Sampler  sampler_ = {},
const void *  pNext_ = nullptr 
)
inline

Definition at line 46065 of file vulkan_structs.hpp.

◆ ImageViewHandleInfoNVX() [2/3]

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

◆ ImageViewHandleInfoNVX() [3/3]

vk::ImageViewHandleInfoNVX::ImageViewHandleInfoNVX ( VkImageViewHandleInfoNVX const &  rhs)
inline

Definition at line 46078 of file vulkan_structs.hpp.

Member Function Documentation

◆ operator VkImageViewHandleInfoNVX &()

vk::ImageViewHandleInfoNVX::operator VkImageViewHandleInfoNVX & ( )
inline

Definition at line 46123 of file vulkan_structs.hpp.

◆ operator VkImageViewHandleInfoNVX const &()

vk::ImageViewHandleInfoNVX::operator VkImageViewHandleInfoNVX const & ( ) const
inline

Definition at line 46118 of file vulkan_structs.hpp.

◆ operator!=()

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

Definition at line 46157 of file vulkan_structs.hpp.

◆ operator=() [1/2]

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

◆ operator=() [2/2]

ImageViewHandleInfoNVX& vk::ImageViewHandleInfoNVX::operator= ( VkImageViewHandleInfoNVX const &  rhs)
inline

Definition at line 46086 of file vulkan_structs.hpp.

◆ operator==()

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

Definition at line 46147 of file vulkan_structs.hpp.

◆ setDescriptorType()

VULKAN_HPP_CONSTEXPR_14 ImageViewHandleInfoNVX& vk::ImageViewHandleInfoNVX::setDescriptorType ( vk::DescriptorType  descriptorType_)
inline

Definition at line 46105 of file vulkan_structs.hpp.

◆ setImageView()

VULKAN_HPP_CONSTEXPR_14 ImageViewHandleInfoNVX& vk::ImageViewHandleInfoNVX::setImageView ( vk::ImageView  imageView_)
inline

Definition at line 46099 of file vulkan_structs.hpp.

◆ setPNext()

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

Definition at line 46093 of file vulkan_structs.hpp.

◆ setSampler()

VULKAN_HPP_CONSTEXPR_14 ImageViewHandleInfoNVX& vk::ImageViewHandleInfoNVX::setSampler ( vk::Sampler  sampler_)
inline

Definition at line 46111 of file vulkan_structs.hpp.

Member Data Documentation

◆ allowDuplicate

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

Definition at line 46061 of file vulkan_structs.hpp.

◆ descriptorType

vk::DescriptorType vk::ImageViewHandleInfoNVX::descriptorType = vk::DescriptorType::eSampler

Definition at line 46167 of file vulkan_structs.hpp.

◆ imageView

vk::ImageView vk::ImageViewHandleInfoNVX::imageView = {}

Definition at line 46166 of file vulkan_structs.hpp.

◆ pNext

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

Definition at line 46165 of file vulkan_structs.hpp.

◆ sampler

vk::Sampler vk::ImageViewHandleInfoNVX::sampler = {}

Definition at line 46168 of file vulkan_structs.hpp.

◆ structureType

VULKAN_HPP_CONST_OR_CONSTEXPR StructureType vk::ImageViewHandleInfoNVX::structureType = StructureType::eImageViewHandleInfoNVX
static

Definition at line 46062 of file vulkan_structs.hpp.

◆ sType

vk::StructureType vk::ImageViewHandleInfoNVX::sType = StructureType::eImageViewHandleInfoNVX

Definition at line 46164 of file vulkan_structs.hpp.


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