Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/carbonengine/trinity
/ IsUav
Method
IsUav
trinityal/src/Tr2ShaderAL.cpp:76–79 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
74
}
75
76
bool Tr2ShaderRegisterAL::IsUav() const
77
{
78
return ( registerType & UAV_REGISTER_FLAG ) != 0;
79
}
80
81
bool Tr2ShaderRegisterAL::operator==( const Tr2ShaderRegisterAL& other ) const
82
{
Callers
3
CreateRootSignature
Method · 0.80
AddSrvUavParameters
Method · 0.80
Tr2RegisterMapAL
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected