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

Method AddHitGroup

trinityal/src/Tr2RtShaderTableAL.cpp:101–105  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

99}
100
101void Tr2RtShaderTableDescriptionAL::AddHitGroup( const wchar_t* name )
102{
103 ShaderRecord shaderRecord = { name };
104 m_hitGroupNames.push_back( shaderRecord );
105}
106
107void Tr2RtShaderTableDescriptionAL::AddHitGroup( const wchar_t* name, const Tr2RtLocalMaterialDescriptionAL& material )
108{

Callers 1

TEST_FFunction · 0.45

Calls

no outgoing calls

Tested by 1

TEST_FFunction · 0.36