Gets a value indicating whether this instance is a volume texture.
| 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. |
no outgoing calls
no test coverage detected