Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/carbonengine/trinity
/ SetTexture
Method
SetTexture
trinity/RenderJob/TriStepRenderTexture.cpp:31–35 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
29
}
30
31
void TriStepRenderTexture::SetTexture( ITr2TextureProvider* tex )
32
{
33
BlankOut();
34
m_texture = tex;
35
}
36
37
void TriStepRenderTexture::SetTexture( Tr2AtlasTexture* tex )
38
{
Callers
1
py__init__
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected