Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
Classes | Namespaces | Typedefs
shader_key.h File Reference
#include <memory>
#include <string>
#include <unordered_map>
#include "flutter/fml/hash_combine.h"
#include "flutter/fml/macros.h"
#include "impeller/core/shader_types.h"

Go to the source code of this file.

Classes

struct  impeller::ShaderKey
 
struct  impeller::ShaderKey::Hash
 
struct  impeller::ShaderKey::Equal
 

Namespaces

namespace  impeller
 

Typedefs

using impeller::ShaderFunctionMap = std::unordered_map< ShaderKey, std::shared_ptr< const ShaderFunction >, ShaderKey::Hash, ShaderKey::Equal >