mirror of
https://github.com/KhronosGroup/glslang
synced 2024-11-08 19:40:06 +00:00
Merge pull request #2805 from greg-lunarg/push0
Fix test spv.1.4.OpEntryPoint.frag
This commit is contained in:
commit
9c5309a22a
@ -1,5 +1,4 @@
|
||||
spv.1.4.OpEntryPoint.frag
|
||||
Validation failed
|
||||
// Module Version 10400
|
||||
// Generated by (magic number): 8000a
|
||||
// Id's are bound by 64
|
||||
@ -32,7 +31,6 @@ Validation failed
|
||||
Decorate 25(uniformv) Binding 0
|
||||
MemberDecorate 31(pushB) 0 Offset 0
|
||||
Decorate 31(pushB) Block
|
||||
Decorate 33(pushv) Binding 2
|
||||
MemberDecorate 39(bbt) 0 Offset 0
|
||||
Decorate 39(bbt) Block
|
||||
Decorate 41(bufferv) DescriptorSet 0
|
||||
|
@ -13,7 +13,7 @@ layout(binding = 1) buffer bbt {
|
||||
float f;
|
||||
} bufferv;
|
||||
|
||||
layout(binding = 2, push_constant) uniform pushB {
|
||||
layout(push_constant) uniform pushB {
|
||||
int a;
|
||||
} pushv;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user