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

Function GetData

Source/Engine/Graphics/Textures/TextureData.h:106–109  ·  view source on GitHub ↗

Gather texture data Texture array index Mip map index Result data

Source from the content-addressed store, hash-verified

104 /// <param name="mipLevel">Mip map index</param>
105 /// <returns>Result data</returns>
106 const TextureMipData* GetData(int32 arrayIndex, int32 mipLevel) const
107 {
108 return &Items[arrayIndex].Mips[mipLevel];
109 }
110
111 /// <summary>
112 /// Gets amount of texture slices in the array.

Callers 4

DownloadDataMethod · 0.85
DownloadDataMethod · 0.85
AddPatchMethod · 0.85
OnEditingEndMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected