RendererRD: Remove binding specifier for push constants
This is unsupported and glslang made it raise an error in 11.7.0: https://github.com/KhronosGroup/glslang/pull/2810 Co-authored-by: Clay John <claynjohn@gmail.com>
This commit is contained in:
parent
cf13f8af64
commit
18d6b75ba8
55 changed files with 66 additions and 66 deletions
|
|
@ -4,7 +4,7 @@
|
|||
|
||||
#VERSION_DEFINES
|
||||
|
||||
layout(push_constant, binding = 0, std140) uniform Pos {
|
||||
layout(push_constant, std140) uniform Pos {
|
||||
vec4 src_rect;
|
||||
vec4 dst_rect;
|
||||
|
||||
|
|
@ -34,7 +34,7 @@ void main() {
|
|||
|
||||
#VERSION_DEFINES
|
||||
|
||||
layout(push_constant, binding = 0, std140) uniform Pos {
|
||||
layout(push_constant, std140) uniform Pos {
|
||||
vec4 src_rect;
|
||||
vec4 dst_rect;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue