This commit is contained in:
2026-01-24 16:34:15 -05:00
commit c23bf51490
3996 changed files with 657568 additions and 0 deletions

View File

@@ -0,0 +1,22 @@
# SPDX-FileCopyrightText: 2024 Pieter-Jan Briers <pieterjan.briers+git@gmail.com>
# SPDX-FileCopyrightText: 2025 Aiden <28298836+Aidenkrz@users.noreply.github.com>
#
# SPDX-License-Identifier: AGPL-3.0-or-later
- type: shader
id: DisplacedStencilDraw
kind: source
path: "/Textures/Shaders/displacement.swsl"
stencil:
ref: 1
op: Keep
func: NotEqual
params:
displacementSize: 127
- type: shader
id: DisplacedDraw
kind: source
path: "/Textures/Shaders/displacement.swsl"
params:
displacementSize: 127