MCPcopy Create free account
hub / github.com/axmolengine/axmol / getQuads

Method getQuads

core/renderer/TextureAtlas.cpp:90–95  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

88}
89
90V3F_C4B_T2F_Quad* TextureAtlas::getQuads()
91{
92 // if someone accesses the quads directly, presume that changes will be made
93 _dirty = true;
94 return _quads;
95}
96
97void TextureAtlas::setQuads(V3F_C4B_T2F_Quad* quads)
98{

Callers 15

updateAtlasValueAtMethod · 0.80
updateBufferMethod · 0.80
updateEffectUniformsMethod · 0.80
drawMethod · 0.80
updateColorMethod · 0.80
updateAtlasValuesMethod · 0.80
updateColorMethod · 0.80
drawMethod · 0.80
initTexCoordsWithRectMethod · 0.80
updateParticleQuadsMethod · 0.80
setBatchNodeMethod · 0.80
drawMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected