Flutter Engine
The Flutter Engine
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules Pages
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 52 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 53 of file shader_archive.h.

53 {
54 return lhs.type == rhs.type && lhs.name == rhs.name;
55 }

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