Flutter Engine
The Flutter Engine
|
#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 |
virtual std::size_t | GetHash () const=0 |
virtual bool | IsEqual (const ImmutableSamplerKeyVK &other) const=0 |
Public Attributes | |
SamplerDescriptor | sampler |
YUVConversionDescriptorVK | yuv_conversion |
Definition at line 94 of file yuv_conversion_vk.h.
|
explicit |
Definition at line 102 of file yuv_conversion_vk.cc.
|
overridevirtual |
Implements impeller::Comparable< ImmutableSamplerKeyVK >.
Definition at line 114 of file yuv_conversion_vk.cc.
|
overridevirtual |
Implements impeller::Comparable< ImmutableSamplerKeyVK >.
Definition at line 109 of file yuv_conversion_vk.cc.
SamplerDescriptor impeller::ImmutableSamplerKeyVK::sampler |
Definition at line 95 of file yuv_conversion_vk.h.
YUVConversionDescriptorVK impeller::ImmutableSamplerKeyVK::yuv_conversion |
Definition at line 96 of file yuv_conversion_vk.h.