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

Method GetTexture

trinity/Shader/Parameter/Tr2TextureAnimationParameter.cpp:93–100  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

91}
92
93Tr2TextureAL Tr2TextureAnimationParameter::GetTexture() const
94{
95 if( m_animation )
96 {
97 return m_animation->GetTexture( m_channel );
98 }
99 return Tr2TextureAL();
100}

Callers 13

SetTextureMethod · 0.45
IssueDrawCallMethod · 0.45
ReplayCaptureMethod · 0.45
SetParameterMethod · 0.45
ReleaseResourcesMethod · 0.45
OnPrepareResourcesMethod · 0.45
UpdateMethod · 0.45
GetResourceMethod · 0.45
CacheTextureMethod · 0.45
CopyToResourceSetMethod · 0.45
CopyToResourceSetMethod · 0.45
ApplyUavMethod · 0.45

Calls 1

Tr2TextureALClass · 0.50

Tested by

no test coverage detected