MCPcopy 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
31void TriStepRenderTexture::SetTexture( ITr2TextureProvider* tex )
32{
33 BlankOut();
34 m_texture = tex;
35}
36
37void TriStepRenderTexture::SetTexture( Tr2AtlasTexture* tex )
38{

Callers 1

py__init__Function · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected