mirror of
https://git.eden-emu.dev/eden-emu/eden
synced 2026-04-29 00:18:59 +02:00
[revert] TiledCacheBarrier starter
This commit is contained in:
parent
dec91df1fa
commit
b9d987b92d
1 changed files with 1 additions and 3 deletions
|
|
@ -810,9 +810,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() {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue