SPV: Move to deterministic results for OpEntryPoint, for test stability across platforms.

This commit is contained in:
John Kessenich 2015-12-21 11:45:34 -07:00
parent 7ba6341a05
commit 59420fd356
30 changed files with 31 additions and 31 deletions

View file

@ -12,7 +12,7 @@ Linked tessellation control stage:
Capability Tessellation
1: ExtInstImport "GLSL.std.450"
MemoryModel Logical GLSL450
EntryPoint TessellationControl 4 "main" 79 87 23 40 83 43 46 52 66 73 84 88 91 92
EntryPoint TessellationControl 4 "main" 23 40 43 46 52 66 73 79 83 84 87 88 91 92
ExecutionMode 4 OutputVertices 4
Source GLSL 400
SourceExtension "GL_ARB_separate_shader_objects"