[revert] TiledCacheBarrier starter

This commit is contained in:
CamilleLaVey 2025-11-27 22:26:01 -04:00 committed by Caio Oliveira
parent 0c45096e6f
commit 02d45d6a8c
No known key found for this signature in database
GPG Key ID: AAAE6C7FD4186B0C
1 changed files with 1 additions and 3 deletions

View File

@ -810,9 +810,7 @@ void RasterizerVulkan::FragmentBarrier() {
}
void RasterizerVulkan::TiledCacheBarrier() {
// Maxwell expects color writes to become visible to subsequent draws; reuse the
// render-pass teardown path so all attachments receive the usual image barriers.
scheduler.RequestOutsideRenderPassOperationContext();
// TODO: Implementing tiled barriers requires rewriting a good chunk of the Vulkan backend
}
void RasterizerVulkan::FlushCommands() {