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

Method GetArraySize

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

Source from the content-addressed store, hash-verified

207}
208
209int32 TextureData::GetArraySize() const
210{
211 return Items.Count();
212}
213
214int32 TextureData::GetMipLevels() const
215{

Callers 13

UploadDataMethod · 0.80
FromTextureDataMethod · 0.80
CreateMethod · 0.80
CreateCubeMethod · 0.80
SetProbeDataMethod · 0.80
ConvertDirectXTexMethod · 0.80
ResizeDirectXTexMethod · 0.80
WriteTextureDataMethod · 0.80
ExportTextureStbMethod · 0.80
ImportTextureStbMethod · 0.80
ConvertStbMethod · 0.80

Calls 1

CountMethod · 0.45

Tested by

no test coverage detected