| 887 | } |
| 888 | |
| 889 | void ReadbackBuffer::Unmap() |
| 890 | { |
| 891 | Assert_(Resource != nullptr); |
| 892 | Resource->Unmap(0, nullptr); |
| 893 | } |
| 894 | |
| 895 | // == Fence ======================================================================================= |
| 896 |
no outgoing calls
no test coverage detected