Prevent Push Constant blocks being an array (#2904)
* Prevent Push Constant blocks being an array * Add push constant array error test Co-authored-by: Greg Fischer <greg@lunarg.com>
This commit is contained in:
@@ -25,37 +25,38 @@ ERROR: 0:43: 'non-opaque uniforms outside a block' : not allowed when using GLSL
|
||||
ERROR: 0:43: 'push_constant' : can only be used with a block
|
||||
ERROR: 0:45: 'push_constant' : cannot declare a default, can only be used on a block
|
||||
ERROR: 0:46: 'binding' : cannot be used with push_constant
|
||||
ERROR: 0:54: 'binding' : sampler/texture/image requires layout(binding=X)
|
||||
ERROR: 0:55: 'binding' : sampler/texture/image requires layout(binding=X)
|
||||
ERROR: 0:55: 'input_attachment_index' : can only be used with a subpass
|
||||
ERROR: 0:56: 'binding' : sampler/texture/image requires layout(binding=X)
|
||||
ERROR: 0:56: 'input_attachment_index' : can only be used with a subpass
|
||||
ERROR: 0:49: 'push_constant' : Push constants blocks can't be an array
|
||||
ERROR: 0:57: 'binding' : sampler/texture/image requires layout(binding=X)
|
||||
ERROR: 0:57: 'subpass' : requires an input_attachment_index layout qualifier
|
||||
ERROR: 0:58: 'binding' : sampler/texture/image requires layout(binding=X)
|
||||
ERROR: 0:63: 'subpassLoadMS' : no matching overloaded function found
|
||||
ERROR: 0:64: 'subpassLoad' : no matching overloaded function found
|
||||
ERROR: 0:58: 'input_attachment_index' : can only be used with a subpass
|
||||
ERROR: 0:59: 'binding' : sampler/texture/image requires layout(binding=X)
|
||||
ERROR: 0:59: 'input_attachment_index' : can only be used with a subpass
|
||||
ERROR: 0:60: 'binding' : sampler/texture/image requires layout(binding=X)
|
||||
ERROR: 0:60: 'subpass' : requires an input_attachment_index layout qualifier
|
||||
ERROR: 0:61: 'binding' : sampler/texture/image requires layout(binding=X)
|
||||
ERROR: 0:66: 'subpassLoadMS' : no matching overloaded function found
|
||||
ERROR: 0:69: 'subroutine' : not allowed when generating SPIR-V
|
||||
ERROR: 0:69: 'subroutine' : feature not yet implemented
|
||||
ERROR: 0:70: 'subroutine' : not allowed when generating SPIR-V
|
||||
ERROR: 0:70: 'subroutine' : feature not yet implemented
|
||||
ERROR: 0:72: 'non-opaque uniforms outside a block' : not allowed when using GLSL for Vulkan
|
||||
ERROR: 0:76: 'texture' : no matching overloaded function found
|
||||
ERROR: 0:77: 'imageStore' : no matching overloaded function found
|
||||
WARNING: 0:85: '' : all default precisions are highp; use precision statements to quiet warning, e.g.:
|
||||
ERROR: 0:67: 'subpassLoad' : no matching overloaded function found
|
||||
ERROR: 0:69: 'subpassLoadMS' : no matching overloaded function found
|
||||
ERROR: 0:72: 'subroutine' : not allowed when generating SPIR-V
|
||||
ERROR: 0:72: 'subroutine' : feature not yet implemented
|
||||
ERROR: 0:73: 'subroutine' : not allowed when generating SPIR-V
|
||||
ERROR: 0:73: 'subroutine' : feature not yet implemented
|
||||
ERROR: 0:75: 'non-opaque uniforms outside a block' : not allowed when using GLSL for Vulkan
|
||||
ERROR: 0:79: 'texture' : no matching overloaded function found
|
||||
ERROR: 0:80: 'imageStore' : no matching overloaded function found
|
||||
WARNING: 0:88: '' : all default precisions are highp; use precision statements to quiet warning, e.g.:
|
||||
"precision mediump int; precision highp float;"
|
||||
ERROR: 0:94: 'call argument' : sampler constructor must appear at point of use
|
||||
ERROR: 0:95: 'call argument' : sampler constructor must appear at point of use
|
||||
ERROR: 0:96: ',' : sampler constructor must appear at point of use
|
||||
ERROR: 0:97: ':' : wrong operand types: no operation ':' exists that takes a left-hand operand of type ' temp sampler2D' and a right operand of type ' temp sampler2D' (or there is no acceptable conversion)
|
||||
ERROR: 0:97: 'call argument' : sampler constructor must appear at point of use
|
||||
ERROR: 0:99: 'gl_NumSamples' : undeclared identifier
|
||||
ERROR: 0:104: 'noise1' : no matching overloaded function found
|
||||
ERROR: 0:105: 'noise2' : no matching overloaded function found
|
||||
ERROR: 0:106: 'noise3' : no matching overloaded function found
|
||||
ERROR: 0:107: 'noise4' : no matching overloaded function found
|
||||
ERROR: 54 compilation errors. No code generated.
|
||||
ERROR: 0:98: 'call argument' : sampler constructor must appear at point of use
|
||||
ERROR: 0:99: ',' : sampler constructor must appear at point of use
|
||||
ERROR: 0:100: ':' : wrong operand types: no operation ':' exists that takes a left-hand operand of type ' temp sampler2D' and a right operand of type ' temp sampler2D' (or there is no acceptable conversion)
|
||||
ERROR: 0:100: 'call argument' : sampler constructor must appear at point of use
|
||||
ERROR: 0:102: 'gl_NumSamples' : undeclared identifier
|
||||
ERROR: 0:107: 'noise1' : no matching overloaded function found
|
||||
ERROR: 0:108: 'noise2' : no matching overloaded function found
|
||||
ERROR: 0:109: 'noise3' : no matching overloaded function found
|
||||
ERROR: 0:110: 'noise4' : no matching overloaded function found
|
||||
ERROR: 55 compilation errors. No code generated.
|
||||
|
||||
|
||||
ERROR: Linking fragment stage: Only one push_constant block is allowed per stage
|
||||
|
||||
Reference in New Issue
Block a user