Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FlaxEngine/FlaxEngine
/ Clear
Method
Clear
Source/Engine/Graphics/Textures/TextureBase.cpp:219–222 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
217
}
218
219
void TextureData::Clear()
220
{
221
Items.Resize(0, false);
222
}
223
224
bool TextureData::GetPixels(Array<Color32>& pixels, int32 mipIndex, int32 arrayIndex)
225
{
Callers
nothing calls this directly
Calls
1
Resize
Method · 0.45
Tested by
no test coverage detected