Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
401
void EffekManager::addTexture(int texId, Texture2D* tex) {
402
_textureRefs[texId] = tex;
403
}
404
405
void EffekManager::removeTexture(int texId) {
406
_textureRefs.erase(texId);
Callers
1
textureLoad
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected