Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
214
int32 TextureData::GetMipLevels() const
215
{
216
return Items.HasItems() ? Items[0].Mips.Count() : 0;
217
}
218
219
void TextureData::Clear()
220
{
Callers
15
WaitForAsset
Method · 0.80
FromTextureData
Method · 0.80
OnPostRender
Method · 0.80
Create
Method · 0.80
CreateCube
Method · 0.80
ExportTextureDirectXTex
Method · 0.80
ConvertDirectXTex
Method · 0.80
ResizeDirectXTex
Method · 0.80
Convert
Method · 0.80
Resize
Method · 0.80
ImportTextureStb
Method · 0.80
ProcessTextureBase
Function · 0.80
Calls
2
HasItems
Method · 0.45
Count
Method · 0.45
Tested by
no test coverage detected