Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FlaxEngine/FlaxEngine
/ GetResidentMipLevels
Method
GetResidentMipLevels
Source/Engine/Graphics/Textures/TextureBase.cpp:271–274 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
269
}
270
271
int32 TextureBase::GetResidentMipLevels() const
272
{
273
return _texture.GetTexture()->ResidentMipLevels();
274
}
275
276
uint64 TextureBase::GetCurrentMemoryUsage() const
277
{
Callers
3
ColorGradingPass.cpp
File · 0.80
WaitForAsset
Method · 0.80
OnPostRender
Method · 0.80
Calls
1
GetTexture
Method · 0.80
Tested by
no test coverage detected