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