• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1spv.sampleMaskOverrideCoverage.frag
2Validation failed
3// Module Version 10000
4// Generated by (magic number): 80007
5// Id's are bound by 20
6
7                              Capability Shader
8                              Extension  "SPV_NV_sample_mask_override_coverage"
9               1:             ExtInstImport  "GLSL.std.450"
10                              MemoryModel Logical GLSL450
11                              EntryPoint Fragment 4  "main" 11 19
12                              ExecutionMode 4 OriginUpperLeft
13                              Source GLSL 450
14                              SourceExtension  "GL_NV_sample_mask_override_coverage"
15                              Name 4  "main"
16                              Name 11  "gl_SampleMask"
17                              Name 19  "color"
18                              Decorate 11(gl_SampleMask) BuiltIn SampleMask
19                              Decorate 11(gl_SampleMask) OverrideCoverageNV
20               2:             TypeVoid
21               3:             TypeFunction 2
22               6:             TypeInt 32 1
23               7:             TypeInt 32 0
24               8:      7(int) Constant 1
25               9:             TypeArray 6(int) 8
26              10:             TypePointer Output 9
2711(gl_SampleMask):     10(ptr) Variable Output
28              12:      6(int) Constant 0
29              13:      6(int) Constant 4294967295
30              14:             TypePointer Output 6(int)
31              16:             TypeFloat 32
32              17:             TypeVector 16(float) 4
33              18:             TypePointer Input 17(fvec4)
34       19(color):     18(ptr) Variable Input
35         4(main):           2 Function None 3
36               5:             Label
37              15:     14(ptr) AccessChain 11(gl_SampleMask) 12
38                              Store 15 13
39                              Return
40                              FunctionEnd
41