| 1420 | } |
| 1421 | |
| 1422 | void GPUContextVulkan::ResetState() |
| 1423 | { |
| 1424 | ResetRenderTarget(); |
| 1425 | ResetSR(); |
| 1426 | ResetUA(); |
| 1427 | ResetCB(); |
| 1428 | SetState(nullptr); |
| 1429 | |
| 1430 | FlushState(); |
| 1431 | } |
| 1432 | |
| 1433 | void GPUContextVulkan::FlushState() |
| 1434 | { |
nothing calls this directly
no test coverage detected