MCPcopy 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
271int32 TextureBase::GetResidentMipLevels() const
272{
273 return _texture.GetTexture()->ResidentMipLevels();
274}
275
276uint64 TextureBase::GetCurrentMemoryUsage() const
277{

Callers 3

WaitForAssetMethod · 0.80
OnPostRenderMethod · 0.80

Calls 1

GetTextureMethod · 0.80

Tested by

no test coverage detected