mirror of
https://github.com/Kelsidavis/WoWee.git
synced 2026-05-02 15:53:51 +00:00
Fix Vulkan shadow shader descriptor set mismatch
This commit is contained in:
parent
57b049fb2a
commit
9d647e5622
2 changed files with 4 additions and 19 deletions
|
|
@ -1,8 +1,8 @@
|
|||
#version 450
|
||||
|
||||
layout(set = 1, binding = 0) uniform sampler2D uTexture;
|
||||
layout(set = 0, binding = 0) uniform sampler2D uTexture;
|
||||
|
||||
layout(set = 1, binding = 1) uniform ShadowParams {
|
||||
layout(set = 0, binding = 1) uniform ShadowParams {
|
||||
int useBones;
|
||||
int useTexture;
|
||||
int alphaTest;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue