• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1; SPIR-V
2; Version: 1.0
3; Generator: Khronos Glslang Reference Front End; 10
4; Bound: 28
5; Schema: 0
6OpCapability Shader
7%1 = OpExtInstImport "GLSL.std.450"
8OpMemoryModel Logical GLSL450
9OpEntryPoint Vertex %4 "main" %13 %17 %27
10OpSource GLSL 450
11OpName %4 "main"
12OpName %11 "gl_PerVertex"
13OpMemberName %11 0 "gl_Position"
14OpMemberName %11 1 "gl_PointSize"
15OpMemberName %11 2 "gl_ClipDistance"
16OpMemberName %11 3 "gl_CullDistance"
17OpName %13 ""
18OpName %17 "_ua_position"
19OpName %27 "ANGLEXfbPosition"
20OpMemberDecorate %11 0 BuiltIn Position
21OpMemberDecorate %11 1 BuiltIn PointSize
22OpMemberDecorate %11 2 BuiltIn ClipDistance
23OpMemberDecorate %11 3 BuiltIn CullDistance
24OpDecorate %11 Block
25OpDecorate %17 Location 0
26OpDecorate %27 Location 0
27%2 = OpTypeVoid
28%3 = OpTypeFunction %2
29%6 = OpTypeFloat 32
30%7 = OpTypeVector %6 4
31%8 = OpTypeInt 32 0
32%9 = OpConstant %8 1
33%10 = OpTypeArray %6 %9
34%11 = OpTypeStruct %7 %6 %10 %10
35%12 = OpTypePointer Output %11
36%13 = OpVariable %12 Output
37%14 = OpTypeInt 32 1
38%15 = OpConstant %14 0
39%16 = OpTypePointer Input %7
40%17 = OpVariable %16 Input
41%19 = OpTypePointer Output %7
42%27 = OpVariable %19 Output
43%4 = OpFunction %2 None %3
44%5 = OpLabel
45%18 = OpLoad %7 %17
46%20 = OpAccessChain %19 %13 %15
47OpStore %20 %18
48OpReturn
49OpFunctionEnd
50