Implement female uniform masking.

This commit is contained in:
Pieter-Jan Briers
2020-01-21 18:11:15 +01:00
parent 5481959018
commit 9beb7e48d4
14 changed files with 104 additions and 4 deletions

View File

@@ -0,0 +1,25 @@
- type: shader
id: stencilClear
kind: source
path: "/Shaders/stencilclear.swsl"
stencil:
ref: 0
op: Replace
func: Always
- type: shader
id: stencilMask
kind: source
path: "/Shaders/stencilmask.swsl"
stencil:
ref: 1
op: Replace
func: Always
- type: shader
id: stencilDraw
kind: canvas
stencil:
ref: 1
op: Keep
func: NotEqual