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

Function ArraySize

Source/Engine/Graphics/Textures/GPUTexture.h:119–122  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

117 /// Gets number of textures in the array.
118 /// </summary>
119 API_PROPERTY() FORCE_INLINE int32 ArraySize() const
120 {
121 return _desc.ArraySize;
122 }
123
124 /// <summary>
125 /// Gets multi-sampling parameters for the texture.

Callers 15

SubresourcesMethod · 0.85
CalcSubresourceMethod · 0.85
SubresourcesMethod · 0.85
CalcSubresourceMethod · 0.85
calculateMemoryUsageMethod · 0.85
UploadDataMethod · 0.85
DownloadDataMethod · 0.85
OnInitMethod · 0.85
initHandlesMethod · 0.85
OnResidentMipsChangedMethod · 0.85
ViewArrayMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected