Gets a value indicating whether this instance is initialized.
| 53 | /// Gets a value indicating whether this instance is initialized. |
| 54 | /// </summary> |
| 55 | FORCE_INLINE bool IsInitialized() const |
| 56 | { |
| 57 | return _header.MipLevels > 0; |
| 58 | } |
| 59 | |
| 60 | /// <summary> |
| 61 | /// Gets total texture width (in texels) |
no outgoing calls
no test coverage detected