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

Function IsVolume

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

Gets a value indicating whether this instance is a volume texture.

Source from the content-addressed store, hash-verified

254 /// Gets a value indicating whether this instance is a volume texture.
255 /// </summary>
256 FORCE_INLINE bool IsVolume() const
257 {
258 return _desc.Dimensions == TextureDimensions::VolumeTexture;
259 }
260
261 /// <summary>
262 /// Gets a value indicating whether this instance is an array texture.

Callers 15

GetResourceTypeMethod · 0.70
OnInitMethod · 0.50
initHandlesMethod · 0.50
OnResidentMipsChangedMethod · 0.50
ViewVolumeMethod · 0.50
ViewVolumeMethod · 0.50
OnInitMethod · 0.50
OnResidentMipsChangedMethod · 0.50
initHandlesMethod · 0.50
OnInitMethod · 0.50
OnResidentMipsChangedMethod · 0.50
initHandlesMethod · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected