1spv.shaderStencilExport.frag
2// Module Version 10000
3// Generated by (magic number): 8000b
4// Id's are bound by 10
5
6                              Capability Shader
7                              Capability StencilExportEXT
8                              Extension  "SPV_EXT_shader_stencil_export"
9               1:             ExtInstImport  "GLSL.std.450"
10                              MemoryModel Logical GLSL450
11                              EntryPoint Fragment 4  "main" 8
12                              ExecutionMode 4 OriginUpperLeft
13                              ExecutionMode 4 StencilRefReplacingEXT
14                              Source GLSL 450
15                              SourceExtension  "GL_ARB_shader_stencil_export"
16                              Name 4  "main"
17                              Name 8  "gl_FragStencilRefARB"
18                              Decorate 8(gl_FragStencilRefARB) BuiltIn FragStencilRefEXT
19               2:             TypeVoid
20               3:             TypeFunction 2
21               6:             TypeInt 32 1
22               7:             TypePointer Output 6(int)
238(gl_FragStencilRefARB):      7(ptr) Variable Output
24               9:      6(int) Constant 100
25         4(main):           2 Function None 3
26               5:             Label
27                              Store 8(gl_FragStencilRefARB) 9
28                              Return
29                              FunctionEnd
30