Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
122
bool Tr2ShaderSignatureAL::IsEmpty() const
123
{
124
return registers.empty() && pipelineInputs.empty();
125
}
126
127
bool Tr2ShaderSignatureAL::operator==( const Tr2ShaderSignatureAL& other ) const
128
{
Callers
1
AddLocalSignature
Method · 0.45
Calls
1
empty
Method · 0.80
Tested by
no test coverage detected