Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BohemiaInteractive/CWR
/ DeleteAllAnimated
Method
DeleteAllAnimated
engine/Poseidon/Graphics/Textures/TextureBank.cpp:583–587 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
581
AbstractTextBank::~AbstractTextBank() = default;
582
583
void AbstractTextBank::DeleteAllAnimated()
584
{
585
PoseidonAssert(_animatedTextures.Size() == 0);
586
_animatedTextures.Clear();
587
}
588
589
void AbstractTextBank::StartFrame() {}
590
Callers
nothing calls this directly
Calls
2
Size
Method · 0.45
Clear
Method · 0.45
Tested by
no test coverage detected