RetroArch
Public Member Functions | Public Attributes | List of all members
VULKAN_HPP_NAMESPACE::DescriptorImageInfo Struct Reference

#include <vulkan.hpp>

Collaboration diagram for VULKAN_HPP_NAMESPACE::DescriptorImageInfo:
[legend]

Public Member Functions

 DescriptorImageInfo (Sampler sampler_=Sampler(), ImageView imageView_=ImageView(), ImageLayout imageLayout_=ImageLayout::eUndefined)
 
 DescriptorImageInfo (VkDescriptorImageInfo const &rhs)
 
DescriptorImageInfooperator= (VkDescriptorImageInfo const &rhs)
 
DescriptorImageInfosetSampler (Sampler sampler_)
 
DescriptorImageInfosetImageView (ImageView imageView_)
 
DescriptorImageInfosetImageLayout (ImageLayout imageLayout_)
 
 operator const VkDescriptorImageInfo & () const
 
bool operator== (DescriptorImageInfo const &rhs) const
 
bool operator!= (DescriptorImageInfo const &rhs) const
 

Public Attributes

Sampler sampler
 
ImageView imageView
 
ImageLayout imageLayout
 

Constructor & Destructor Documentation

◆ DescriptorImageInfo() [1/2]

VULKAN_HPP_NAMESPACE::DescriptorImageInfo::DescriptorImageInfo ( Sampler  sampler_ = Sampler(),
ImageView  imageView_ = ImageView(),
ImageLayout  imageLayout_ = ImageLayout::eUndefined 
)
inline

◆ DescriptorImageInfo() [2/2]

VULKAN_HPP_NAMESPACE::DescriptorImageInfo::DescriptorImageInfo ( VkDescriptorImageInfo const rhs)
inline
Here is the call graph for this function:

Member Function Documentation

◆ operator const VkDescriptorImageInfo &()

VULKAN_HPP_NAMESPACE::DescriptorImageInfo::operator const VkDescriptorImageInfo & ( ) const
inline

◆ operator!=()

bool VULKAN_HPP_NAMESPACE::DescriptorImageInfo::operator!= ( DescriptorImageInfo const rhs) const
inline
Here is the call graph for this function:

◆ operator=()

DescriptorImageInfo& VULKAN_HPP_NAMESPACE::DescriptorImageInfo::operator= ( VkDescriptorImageInfo const rhs)
inline
Here is the call graph for this function:

◆ operator==()

bool VULKAN_HPP_NAMESPACE::DescriptorImageInfo::operator== ( DescriptorImageInfo const rhs) const
inline
Here is the caller graph for this function:

◆ setImageLayout()

DescriptorImageInfo& VULKAN_HPP_NAMESPACE::DescriptorImageInfo::setImageLayout ( ImageLayout  imageLayout_)
inline

◆ setImageView()

DescriptorImageInfo& VULKAN_HPP_NAMESPACE::DescriptorImageInfo::setImageView ( ImageView  imageView_)
inline

◆ setSampler()

DescriptorImageInfo& VULKAN_HPP_NAMESPACE::DescriptorImageInfo::setSampler ( Sampler  sampler_)
inline

Member Data Documentation

◆ imageLayout

ImageLayout VULKAN_HPP_NAMESPACE::DescriptorImageInfo::imageLayout

◆ imageView

ImageView VULKAN_HPP_NAMESPACE::DescriptorImageInfo::imageView

◆ sampler

Sampler VULKAN_HPP_NAMESPACE::DescriptorImageInfo::sampler

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