MCPcopy Create free account
hub / github.com/carbonengine/trinity / IsEmpty

Method IsEmpty

trinityal/src/Tr2ShaderAL.cpp:122–125  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

120}
121
122bool Tr2ShaderSignatureAL::IsEmpty() const
123{
124 return registers.empty() && pipelineInputs.empty();
125}
126
127bool Tr2ShaderSignatureAL::operator==( const Tr2ShaderSignatureAL& other ) const
128{

Callers 1

AddLocalSignatureMethod · 0.45

Calls 1

emptyMethod · 0.80

Tested by

no test coverage detected