#include <yuv_conversion_vk.h>
Public Member Functions | |
ImmutableSamplerKeyVK (const SamplerVK &sampler) | |
std::size_t | GetHash () const override |
bool | IsEqual (const ImmutableSamplerKeyVK &other) const override |
Public Attributes | |
SamplerDescriptor | sampler |
YUVConversionDescriptorVK | yuv_conversion |
Definition at line 94 of file yuv_conversion_vk.h.
|
explicit |
Definition at line 103 of file yuv_conversion_vk.cc.
References sampler, and yuv_conversion.
|
overridevirtual |
Implements impeller::Comparable< ImmutableSamplerKeyVK >.
Definition at line 116 of file yuv_conversion_vk.cc.
References sampler, impeller::SamplerDescriptor::ToKey(), and yuv_conversion.
|
overridevirtual |
Implements impeller::Comparable< ImmutableSamplerKeyVK >.
Definition at line 110 of file yuv_conversion_vk.cc.
References sampler, impeller::SamplerDescriptor::ToKey(), and yuv_conversion.
SamplerDescriptor impeller::ImmutableSamplerKeyVK::sampler |
Definition at line 95 of file yuv_conversion_vk.h.
Referenced by GetHash(), ImmutableSamplerKeyVK(), and IsEqual().
YUVConversionDescriptorVK impeller::ImmutableSamplerKeyVK::yuv_conversion |
Definition at line 96 of file yuv_conversion_vk.h.
Referenced by GetHash(), ImmutableSamplerKeyVK(), and IsEqual().