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

Method AddMissShader

trinityal/src/Tr2RtShaderTableAL.cpp:89–93  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

87}
88
89void Tr2RtShaderTableDescriptionAL::AddMissShader( const wchar_t* name )
90{
91 ShaderRecord shaderRecord = { name };
92 m_missNames.push_back( shaderRecord );
93}
94
95void Tr2RtShaderTableDescriptionAL::AddMissShader( const wchar_t* name, const Tr2RtLocalMaterialDescriptionAL& material )
96{

Callers 4

RenderFogMethod · 0.80
RenderShadowsMethod · 0.80
TEST_FFunction · 0.80

Calls

no outgoing calls

Tested by 1

TEST_FFunction · 0.64