SPV: Add SPIRV-Tools validator. This needs the latest SPIR-Tools.
This commit is contained in:
parent
e7df8e0b76
commit
cc14f2d329
84 changed files with 370 additions and 1 deletions
|
|
@ -69,6 +69,10 @@ output primitive = line_strip
|
|||
0:? 'ps' ( in 3-element array of uint PointSize)
|
||||
0:? 'OutputStream.ps' ( out float PointSize)
|
||||
|
||||
error: SPIRV-Tools Validation Errors
|
||||
error: According to the Vulkan spec BuiltIn PointSize variable needs to be a 32-bit float scalar. ID <28> (OpVariable) is not a float scalar.
|
||||
%29 = OpLoad %_arr_uint_uint_3 %ps_1
|
||||
|
||||
// Module Version 10000
|
||||
// Generated by (magic number): 80007
|
||||
// Id's are bound by 36
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue