mirror of
https://github.com/DigvijaysinhGohil/Godot-Shader-Lib.git
synced 2025-09-20 04:15:58 +08:00
Documentation updated
This commit is contained in:
@ -16,4 +16,15 @@ Returns a square wave from the value of input <b><i>in</i></b>. Resulting output
|
||||
|Name|Type|Binding|Description|
|
||||
|---|---|---|---|
|
||||
|out|Dynamic vector|None|Output value|
|
||||
|
||||
**ShaderInc location**
|
||||
<br>`res://addons/ShaderLib/Maths/Wave/SquareWave.gdshaderinc`
|
||||
|
||||
**Method signature**
|
||||
<br>`vec4 square _wave(vec4 input)`
|
||||
|
||||
**Parameters**
|
||||
|Name|Type|Description|
|
||||
|---|---|---|
|
||||
|input|vec4|Input vector|
|
||||
___
|
Reference in New Issue
Block a user