MCPcopy Create free account
hub / github.com/IppClub/Dora-SSR / addTexture

Method addTexture

Source/Node/EffekNode.cpp:401–403  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

399}
400
401void EffekManager::addTexture(int texId, Texture2D* tex) {
402 _textureRefs[texId] = tex;
403}
404
405void EffekManager::removeTexture(int texId) {
406 _textureRefs.erase(texId);

Callers 1

textureLoadFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected