Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
Public Member Functions | List of all members
impeller::ShaderArchive::ShaderKey::Equal Struct Reference

#include <shader_archive.h>

Public Member Functions

bool operator() (const ShaderKey &lhs, const ShaderKey &rhs) const
 

Detailed Description

Definition at line 55 of file shader_archive.h.

Member Function Documentation

◆ operator()()

bool impeller::ShaderArchive::ShaderKey::Equal::operator() ( const ShaderKey &  lhs,
const ShaderKey &  rhs 
) const
inline

Definition at line 56 of file shader_archive.h.

56 {
57 return lhs.type == rhs.type && lhs.name == rhs.name;
58 }

The documentation for this struct was generated from the following file: