Move to next SPIRV-Tools known good.

This commit is contained in:
John Kessenich
2018-11-15 23:43:35 -07:00
parent f4ba9522ec
commit 30cb924538
5 changed files with 11 additions and 5 deletions

View File

@@ -156,7 +156,8 @@ gl_FragCoord origin is upper left
0:? 'ps_output.color' (layout( location=0) out 4-component vector of float)
error: SPIRV-Tools Validation Errors
error: From Vulkan spec, section 14.5.2:
error: UniformConstant OpVariable <id> '65[g_texdata.nonopaque_thing] 'has illegal type.
From Vulkan spec, section 14.5.2:
Variables identified with the UniformConstant storage class are used only as handles to refer to opaque resources. Such variables must be typed as OpTypeImage, OpTypeSampler, OpTypeSampledImage, OpTypeAccelerationStructureNV, or an array of one of these types.
%g_texdata_nonopaque_thing = OpVariable %_ptr_UniformConstant_int UniformConstant