[revert] TiledCacheBarrier starter

This commit is contained in:
CamilleLaVey 2025-11-27 22:26:01 -04:00 committed by lizzie
parent 3d20a63f47
commit 2af8440867

View file

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