mirror of
https://github.com/cemu-project/Cemu.git
synced 2026-06-05 06:04:58 -06:00
Vulkan: force barriers on Gerudo Town water shader
This commit is contained in:
parent
08aa28468b
commit
422b5b3a1d
@ -43,6 +43,8 @@ PipelineInfo::PipelineInfo(uint64 minimalStateHash, uint64 pipelineHash, LatteFe
|
|||||||
neverSkipAccurateBarrier = true;
|
neverSkipAccurateBarrier = true;
|
||||||
if (pixelShader->baseHash == 0x4c0bd596e3aef4a6 && pixelShader->auxHash == 0x003c3c3fc9269249) // BotW foam layer for water on the bottom of waterfalls
|
if (pixelShader->baseHash == 0x4c0bd596e3aef4a6 && pixelShader->auxHash == 0x003c3c3fc9269249) // BotW foam layer for water on the bottom of waterfalls
|
||||||
neverSkipAccurateBarrier = true;
|
neverSkipAccurateBarrier = true;
|
||||||
|
if (pixelShader->baseHash == 0x3a7e6b48dae31305 && pixelShader->auxHash == 0x003c3c3fc9269249) // BotW Gerudo Town water
|
||||||
|
neverSkipAccurateBarrier = true;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user