MCPcopy 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
71bool Tr2ShaderRegisterAL::IsSrv() const
72{
73 return ( registerType & SRV_REGISTER_FLAG ) != 0;
74}
75
76bool Tr2ShaderRegisterAL::IsUav() const
77{

Callers 3

CreateRootSignatureMethod · 0.80
AddSrvUavParametersMethod · 0.80
Tr2RegisterMapALMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected