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

Function IsArray

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

Gets a value indicating whether this instance is an array texture.

Source from the content-addressed store, hash-verified

262 /// Gets a value indicating whether this instance is an array texture.
263 /// </summary>
264 FORCE_INLINE bool IsArray() const
265 {
266 return _desc.ArraySize != 1;
267 }
268
269 /// <summary>
270 /// Checks if texture contains sRGB colors data.

Callers 2

OnInitMethod · 0.50
InitHandlesMethod · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected