Table of Contents

Enum VisualShaderNodeDerivativeFunc.FunctionEnum

Namespace
Godot
Assembly
GodotSharp.dll
public enum VisualShaderNodeDerivativeFunc.FunctionEnum : long

Fields

Max = 3

Represents the size of the VisualShaderNodeDerivativeFunc.FunctionEnum enum.

Sum = 0

Sum of absolute derivative in x and y.

X = 1

Derivative in x using local differencing.

Y = 2

Derivative in y using local differencing.