init
This commit is contained in:
22
Prototypes/Shaders/displacement.yml
Normal file
22
Prototypes/Shaders/displacement.yml
Normal 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
|
||||
Reference in New Issue
Block a user