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