SDL
2.0
|
#include <vulkan.hpp>
Public Member Functions | |
DescriptorImageInfo (Sampler sampler_=Sampler(), ImageView imageView_=ImageView(), ImageLayout imageLayout_=ImageLayout::eUndefined) | |
DescriptorImageInfo (VkDescriptorImageInfo const &rhs) | |
DescriptorImageInfo & | operator= (VkDescriptorImageInfo const &rhs) |
DescriptorImageInfo & | setSampler (Sampler sampler_) |
DescriptorImageInfo & | setImageView (ImageView imageView_) |
DescriptorImageInfo & | setImageLayout (ImageLayout imageLayout_) |
operator VkDescriptorImageInfo const & () const | |
operator VkDescriptorImageInfo & () | |
bool | operator== (DescriptorImageInfo const &rhs) const |
bool | operator!= (DescriptorImageInfo const &rhs) const |
Data Fields | |
Sampler | sampler |
ImageView | imageView |
ImageLayout | imageLayout |
Definition at line 7920 of file vulkan.hpp.
|
inline |
Definition at line 7922 of file vulkan.hpp.
|
inline |
Definition at line 7931 of file vulkan.hpp.
References memcpy.
|
inline |
Definition at line 7964 of file vulkan.hpp.
|
inline |
Definition at line 7959 of file vulkan.hpp.
|
inline |
Definition at line 7976 of file vulkan.hpp.
References operator==().
|
inline |
Definition at line 7936 of file vulkan.hpp.
References memcpy.
|
inline |
Definition at line 7969 of file vulkan.hpp.
References imageLayout, imageView, and sampler.
Referenced by operator!=().
|
inline |
Definition at line 7953 of file vulkan.hpp.
References imageLayout.
|
inline |
Definition at line 7947 of file vulkan.hpp.
References imageView.
|
inline |
Definition at line 7941 of file vulkan.hpp.
ImageLayout VULKAN_HPP_NAMESPACE::DescriptorImageInfo::imageLayout |
Definition at line 7983 of file vulkan.hpp.
Referenced by operator==(), and setImageLayout().
ImageView VULKAN_HPP_NAMESPACE::DescriptorImageInfo::imageView |
Definition at line 7982 of file vulkan.hpp.
Referenced by operator==(), and setImageView().
Sampler VULKAN_HPP_NAMESPACE::DescriptorImageInfo::sampler |
Definition at line 7981 of file vulkan.hpp.
Referenced by operator==().