Gets a value indicating whether this instance is a multi sample texture.
| 238 | /// Gets a value indicating whether this instance is a multi sample texture. |
| 239 | /// </summary> |
| 240 | FORCE_INLINE bool IsMultiSample() const |
| 241 | { |
| 242 | return _desc.IsMultiSample(); |
| 243 | } |
| 244 | |
| 245 | /// <summary> |
| 246 | /// Gets a value indicating whether this instance is a cubemap texture. |
no outgoing calls
no test coverage detected