MCPcopy Create free account
hub / github.com/Inori/GPCS4 / eq

Method eq

GPCS4/Graphics/Violet/VltShaderKey.cpp:53–57  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

51 }
52
53 bool VltShaderKey::eq(const VltShaderKey& other) const
54 {
55 return m_type == other.m_type &&
56 m_key == other.m_key;
57 }
58} // namespace sce::vlt

Callers 3

lookupComputePipelineMethod · 0.45
operator()Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected