![]() |
Divide Framework 0.1
A free and open-source 3D Framework under heavy development
|
#include <DescriptorSets.h>
Public Member Functions | |
bool | operator== (const ImageView &other) const noexcept |
bool | operator!= (const ImageView &other) const noexcept |
Public Attributes | |
ImageViewDescriptor | _descriptor {} |
const Texture * | _srcTexture { nullptr } |
ImageSubRange | _subRange {} |
TextureType | _targetType { TextureType::COUNT } |
Static Public Attributes | |
static constexpr size_t | INVALID_VIEW_HASH = std::numeric_limits<size_t>::max() |
Definition at line 69 of file DescriptorSets.h.
|
inlinenoexcept |
Definition at line 46 of file DescriptorSets.inl.
|
inlinenoexcept |
Definition at line 38 of file DescriptorSets.inl.
ImageViewDescriptor Divide::ImageView::_descriptor {} |
Definition at line 73 of file DescriptorSets.h.
const Texture* Divide::ImageView::_srcTexture { nullptr } |
Definition at line 74 of file DescriptorSets.h.
ImageSubRange Divide::ImageView::_subRange {} |
Definition at line 75 of file DescriptorSets.h.
TextureType Divide::ImageView::_targetType { TextureType::COUNT } |
Definition at line 77 of file DescriptorSets.h.
|
staticconstexpr |
Definition at line 71 of file DescriptorSets.h.