mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-22 12:31:10 +00:00
[vulkan] Fix incorrect render pass for shadow pipelines
Noticed while getting fisheye limping.
This commit is contained in:
parent
759e3455c3
commit
36f1c26ac1
1 changed files with 1 additions and 0 deletions
|
@ -811,6 +811,7 @@
|
|||
};
|
||||
shadow_base = {
|
||||
@inherit = $properties.pipelines.depth_base;
|
||||
renderPass = shadow;
|
||||
};
|
||||
|
||||
alias_shadow = {
|
||||
|
|
Loading…
Reference in a new issue