Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/axmolengine/axmol
/ setTexture
Method
setTexture
core/renderer/TextureAtlas.cpp:83–88 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
81
}
82
83
void TextureAtlas::setTexture(Texture2D* var)
84
{
85
AX_SAFE_RETAIN(var);
86
AX_SAFE_RELEASE(_texture);
87
_texture = var;
88
}
89
90
V3F_C4B_T2F_Quad* TextureAtlas::getQuads()
91
{
Callers
4
setUniformTexture
Method · 0.45
setUniformNormTexture
Method · 0.45
initProgram
Method · 0.45
parseSampler
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected