Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
93
Tr2TextureAL Tr2TextureAnimationParameter::GetTexture() const
94
{
95
if( m_animation )
96
{
97
return m_animation->GetTexture( m_channel );
98
}
99
return Tr2TextureAL();
100
}
Callers
13
SetTexture
Method · 0.45
IssueDrawCall
Method · 0.45
ReplayCapture
Method · 0.45
SetParameter
Method · 0.45
ReleaseResources
Method · 0.45
OnPrepareResources
Method · 0.45
Update
Method · 0.45
GetResource
Method · 0.45
CacheTexture
Method · 0.45
CopyToResourceSet
Method · 0.45
CopyToResourceSet
Method · 0.45
ApplyUav
Method · 0.45
Calls
1
Tr2TextureAL
Class · 0.50
Tested by
no test coverage detected