MCPcopy 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
76bool Tr2ShaderRegisterAL::IsUav() const
77{
78 return ( registerType & UAV_REGISTER_FLAG ) != 0;
79}
80
81bool Tr2ShaderRegisterAL::operator==( const Tr2ShaderRegisterAL& other ) const
82{

Callers 3

CreateRootSignatureMethod · 0.80
AddSrvUavParametersMethod · 0.80
Tr2RegisterMapALMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected