| 122 | } |
| 123 | |
| 124 | void GPUTextureDescription::Clear() |
| 125 | { |
| 126 | Platform::MemoryClear(this, sizeof(GPUTextureDescription)); |
| 127 | MultiSampleLevel = MSAALevel::None; |
| 128 | } |
| 129 | |
| 130 | GPUTextureDescription GPUTextureDescription::ToStagingUpload() const |
| 131 | { |
no test coverage detected