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

Method GetEffectPathName

trinity/Shader/Tr2Effect.cpp:1218–1221  ·  view source on GitHub ↗

-------------------------------------------------------------------------------------- Description: Simple getter for the shader file name --------------------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

1216// Simple getter for the shader file name
1217// --------------------------------------------------------------------------------------
1218const char* Tr2Effect::GetEffectPathName() const
1219{
1220 return m_effectFilePath.c_str();
1221}
1222
1223ITriEffectParameter* Tr2Effect::GetParameterByName( const char* name ) const
1224{

Callers 3

RenderBatchesInOrderMethod · 0.80
RenderBatchGroupMethod · 0.80
RenderGdprBatchesMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected