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