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
|
|
@ -155,6 +155,10 @@ output primitive = line_strip
|
|||
0:? 'OutputStream.clip0' ( out 1-element array of float ClipDistance)
|
||||
0:? 'OutputStream.cull0' ( out 1-element array of float CullDistance)
|
||||
|
||||
error: SPIRV-Tools Validation Errors
|
||||
error: According to the Vulkan spec BuiltIn Position variable needs to be a 4-component 32-bit float vector. ID <20> (OpVariable) is not a float vector.
|
||||
OpStore %OutputStream_clip0 %25
|
||||
|
||||
// Module Version 10000
|
||||
// Generated by (magic number): 80007
|
||||
// Id's are bound by 65
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue