| 125 | /// Gets multi-sampling parameters for the texture. |
| 126 | /// </summary> |
| 127 | API_PROPERTY() FORCE_INLINE MSAALevel MultiSampleLevel() const |
| 128 | { |
| 129 | return _desc.MultiSampleLevel; |
| 130 | } |
| 131 | |
| 132 | /// <summary> |
| 133 | /// Gets number of mipmap levels in the texture. |
no outgoing calls
no test coverage detected