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

Method AddRayGenShader

trinityal/src/Tr2RtShaderTableAL.cpp:77–81  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

75}
76
77void Tr2RtShaderTableDescriptionAL::AddRayGenShader( const wchar_t* name )
78{
79 ShaderRecord shaderRecord = { name };
80 m_rayGenNames.push_back( shaderRecord );
81}
82
83void Tr2RtShaderTableDescriptionAL::AddRayGenShader( const wchar_t* name, const Tr2RtLocalMaterialDescriptionAL& material )
84{

Callers 4

RenderFogMethod · 0.80
RenderShadowsMethod · 0.80
TEST_FFunction · 0.80

Calls

no outgoing calls

Tested by 1

TEST_FFunction · 0.64