Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/carbonengine/trinity
/ SetTexture
Method
SetTexture
trinity/Tr2TextureReference.cpp:122–126 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
120
121
122
void Tr2TransientTextureReference::SetTexture( Tr2TextureAL* texture )
123
{
124
m_texture = texture;
125
m_onTextureChange.Broadcast();
126
}
Callers
2
GatherSprites
Method · 0.45
DrawHelper
Method · 0.45
Calls
1
Broadcast
Method · 0.80
Tested by
no test coverage detected