MCPcopy Create free account
hub / github.com/FlaxEngine/FlaxEngine / GetMipLevels

Method GetMipLevels

Source/Engine/Graphics/Textures/TextureBase.cpp:214–217  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

212}
213
214int32 TextureData::GetMipLevels() const
215{
216 return Items.HasItems() ? Items[0].Mips.Count() : 0;
217}
218
219void TextureData::Clear()
220{

Callers 15

WaitForAssetMethod · 0.80
FromTextureDataMethod · 0.80
OnPostRenderMethod · 0.80
CreateMethod · 0.80
CreateCubeMethod · 0.80
ConvertDirectXTexMethod · 0.80
ResizeDirectXTexMethod · 0.80
ConvertMethod · 0.80
ResizeMethod · 0.80
ImportTextureStbMethod · 0.80
ProcessTextureBaseFunction · 0.80

Calls 2

HasItemsMethod · 0.45
CountMethod · 0.45

Tested by

no test coverage detected