blob: d51926284e6e024be5d6844fc07c6876a6030d3c [file] [log] [blame]
John Kessenich91e4aa52016-07-07 17:46:42 -06001glspv.vert
John Kessenich91e4aa52016-07-07 17:46:42 -06002ERROR: 0:3: 'push_constant' : only allowed when using GLSL for Vulkan
3ERROR: 0:6: 'descriptor set' : only allowed when using GLSL for Vulkan
4ERROR: 0:8: 'shared' : not allowed when generating SPIR-V
John Kessenichdeec1932019-08-13 08:00:30 -06005ERROR: 0:8: 'binding' : uniform/buffer blocks require layout(binding=X)
John Kessenich91e4aa52016-07-07 17:46:42 -06006ERROR: 0:9: 'packed' : not allowed when generating SPIR-V
John Kessenichdeec1932019-08-13 08:00:30 -06007ERROR: 0:9: 'binding' : uniform/buffer blocks require layout(binding=X)
John Kessenich91e4aa52016-07-07 17:46:42 -06008ERROR: 0:13: 'gl_VertexIndex' : undeclared identifier
9ERROR: 0:14: 'gl_InstanceIndex' : undeclared identifier
10ERROR: 0:17: 'gl_DepthRangeParameters' : undeclared identifier
John Kessenichba5cc2f2017-04-20 12:21:53 -060011ERROR: 0:20: '' : syntax error, unexpected IDENTIFIER, expecting LEFT_BRACE or COMMA or SEMICOLON
John Kessenichdeec1932019-08-13 08:00:30 -060012ERROR: 10 compilation errors. No code generated.
John Kessenich91e4aa52016-07-07 17:46:42 -060013
14
John Kessenich91e4aa52016-07-07 17:46:42 -060015SPIR-V is not generated for failed compile or link