| 571 | } |
| 572 | |
| 573 | void StagingBuffer::Unmap(ID3D11DeviceContext* context) |
| 574 | { |
| 575 | context->Unmap(Buffer, 0); |
| 576 | } |
| 577 | |
| 578 | // == StagingTexture2D ============================================================================ |
| 579 |
no outgoing calls
no test coverage detected