MCPcopy Create free account
hub / github.com/carbonengine/trinity / Tr2RegisterMapAL

Method Tr2RegisterMapAL

trinityal/src/Tr2ResourceSetAL.cpp:27–32  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

25
26
27Tr2RegisterMapAL::Tr2RegisterMapAL() : // cppcheck-suppress uninitMemberVar
28 srvCount( 0 ),
29 uavCount( 0 ),
30 samplerCount( 0 )
31{
32}
33
34Tr2RegisterMapAL::Tr2RegisterMapAL( Tr2RenderContextEnum::ShaderType stage, const Tr2ShaderSignatureAL& signature ) :
35 srvCount( 0 ),

Callers

nothing calls this directly

Calls 5

IsSrvMethod · 0.80
IsUavMethod · 0.80
beginFunction · 0.50
endFunction · 0.50
GetTypeMethod · 0.45

Tested by

no test coverage detected