[vk, rasterizer] TiledCacheBarrier starter

This commit is contained in:
CamilleLaVey 2025-11-26 00:16:55 -04:00 committed by lizzie
parent 4109b4f4e4
commit a10b8786c1

View file

@ -832,7 +832,9 @@ void RasterizerVulkan::FragmentBarrier() {
}
void RasterizerVulkan::TiledCacheBarrier() {
// TODO: Implementing tiled barriers requires rewriting a good chunk of the Vulkan backend
// 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();
}
void RasterizerVulkan::FlushCommands() {