Browse Source

[revert] TiledCacheBarrier starter

lizzie/evil-meow-meow
CamilleLaVey 6 months ago
committed by lizzie
parent
commit
2af8440867
  1. 4
      src/video_core/renderer_vulkan/vk_rasterizer.cpp

4
src/video_core/renderer_vulkan/vk_rasterizer.cpp

@ -832,9 +832,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() {

Loading…
Cancel
Save