| 11 | } |
| 12 | |
| 13 | void VRAMIOStatusComponent::setStatus(ESkrIOStage status) SKR_NOEXCEPT |
| 14 | { |
| 15 | if (status == SKR_IO_STAGE_CANCELLED) |
| 16 | { |
| 17 | // if (auto dest = static_cast<RAMIOBuffer*>(rq->destination.get())) |
| 18 | // dest->free_resource(); |
| 19 | } |
| 20 | return IOStatusComponent::setStatus(status); |
| 21 | } |
| 22 | |
| 23 | VRAMUploadComponent::VRAMUploadComponent(IIORequest* const request) SKR_NOEXCEPT |
| 24 | : IORequestComponent(request) |
no test coverage detected