Some YAML cleanup (#840)

This commit is contained in:
Víctor Aguilera Puerto
2020-04-22 17:50:55 +02:00
committed by GitHub
parent b343f61268
commit 69ca8c2153
115 changed files with 512 additions and 597 deletions

View File

@@ -1,23 +1,23 @@
- type: shader
id: stencilClear
id: StencilClear
kind: source
path: "/Shaders/stencilclear.swsl"
path: "/Shaders/stencil_clear.swsl"
stencil:
ref: 0
op: Replace
func: Always
- type: shader
id: stencilMask
id: StencilMask
kind: source
path: "/Shaders/stencilmask.swsl"
path: "/Shaders/stencil_mask.swsl"
stencil:
ref: 1
op: Replace
func: Always
- type: shader
id: stencilDraw
id: StencilDraw
kind: canvas
stencil:
ref: 1

View File

@@ -1,5 +1,5 @@
- type: shader
id: selection_outline
id: SelectionOutline
kind: source
path: "/Shaders/outline.swsl"
params:
@@ -7,7 +7,7 @@
outline_color: "#FF000055"
- type: shader
id: selection_outline_inrange
id: SelectionOutlineInrange
kind: source
path: "/Shaders/outline.swsl"
params:

View File

@@ -1,9 +1,9 @@
- type: shader
id: circlemask
id: CircleMask
kind: source
path: "/Shaders/circlemask.swsl"
path: "/Shaders/circle_mask.swsl"
- type: shader
id: gradientcirclemask
id: GradientCircleMask
kind: source
path: "/Shaders/gradientcirclemask.swsl"
path: "/Shaders/gradient_circle_mask.swsl"