Merge pull request #1025 from amdrexu/feature
SPV: Implement extension SPV_EXT_shader_stencil_export
This commit is contained in:
@@ -1,10 +1,11 @@
|
||||
spv.shaderStencilExport.frag
|
||||
Missing functionality: shader stencil export
|
||||
// Module Version 10000
|
||||
// Generated by (magic number): 80001
|
||||
// Id's are bound by 10
|
||||
|
||||
Capability Shader
|
||||
Capability StencilExportEXT
|
||||
Extension "SPV_EXT_shader_stencil_export"
|
||||
1: ExtInstImport "GLSL.std.450"
|
||||
MemoryModel Logical GLSL450
|
||||
EntryPoint Fragment 4 "main" 8
|
||||
@@ -13,6 +14,7 @@ Missing functionality: shader stencil export
|
||||
SourceExtension "GL_ARB_shader_stencil_export"
|
||||
Name 4 "main"
|
||||
Name 8 "gl_FragStencilRefARB"
|
||||
Decorate 8(gl_FragStencilRefARB) BuiltIn FragStencilRefEXT
|
||||
2: TypeVoid
|
||||
3: TypeFunction 2
|
||||
6: TypeInt 32 1
|
||||
|
||||
Reference in New Issue
Block a user