mirror of
https://git.eden-emu.dev/eden-emu/eden
synced 2026-05-31 07:57:08 +02:00
[vk, rasterizer] TiledCacheBarrier starter
This commit is contained in:
parent
e66bc40b8b
commit
09817947c4
1 changed files with 3 additions and 1 deletions
|
|
@ -810,7 +810,9 @@ void RasterizerVulkan::FragmentBarrier() {
|
||||||
}
|
}
|
||||||
|
|
||||||
void RasterizerVulkan::TiledCacheBarrier() {
|
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() {
|
void RasterizerVulkan::FlushCommands() {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue