Gets a value indicating whether this instance is a cubemap texture.
| 246 | /// Gets a value indicating whether this instance is a cubemap texture. |
| 247 | /// </summary> |
| 248 | FORCE_INLINE bool IsCubeMap() const |
| 249 | { |
| 250 | return _desc.Dimensions == TextureDimensions::CubeTexture; |
| 251 | } |
| 252 | |
| 253 | /// <summary> |
| 254 | /// Gets a value indicating whether this instance is a volume texture. |
no outgoing calls
no test coverage detected