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
|
|
@ -1,4 +1,8 @@
|
|||
spv.stereoViewRendering.tesc
|
||||
error: SPIRV-Tools Validation Errors
|
||||
error: When BuiltIn decoration is applied to a structure-type member, all members of that structure type must also be decorated with BuiltIn (No allowed mixing of built-in variables and non-built-in variables within a single structure). Structure id 27 does not meet this requirement.
|
||||
%gl_PerVertex_0 = OpTypeStruct %v4float %float %_arr_float_uint_1 %_arr_float_uint_1 %v4float
|
||||
|
||||
// Module Version 10000
|
||||
// Generated by (magic number): 80007
|
||||
// Id's are bound by 38
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue