#include <shader_archive.h>
Definition at line 44 of file shader_archive.h.
◆ operator()()
size_t impeller::ShaderArchive::ShaderKey::Hash::operator() |
( |
const ShaderKey & |
key | ) |
const |
|
inline |
Definition at line 45 of file shader_archive.h.
46 return fml::HashCombine(
47 static_cast<std::underlying_type_t<decltype(key.
type)
>>(key.type),
References type.
The documentation for this struct was generated from the following file: