1spv.sampleMaskOverrideCoverage.frag 2// Module Version 10000 3// Generated by (magic number): 8000a 4// Id's are bound by 20 5 6 Capability Shader 7 Capability SampleMaskOverrideCoverageNV 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 Decorate 19(color) Location 0 21 2: TypeVoid 22 3: TypeFunction 2 23 6: TypeInt 32 1 24 7: TypeInt 32 0 25 8: 7(int) Constant 1 26 9: TypeArray 6(int) 8 27 10: TypePointer Output 9 2811(gl_SampleMask): 10(ptr) Variable Output 29 12: 6(int) Constant 0 30 13: 6(int) Constant 4294967295 31 14: TypePointer Output 6(int) 32 16: TypeFloat 32 33 17: TypeVector 16(float) 4 34 18: TypePointer Input 17(fvec4) 35 19(color): 18(ptr) Variable Input 36 4(main): 2 Function None 3 37 5: Label 38 15: 14(ptr) AccessChain 11(gl_SampleMask) 12 39 Store 15 13 40 Return 41 FunctionEnd 42