VisualShaderType Enumeration |
[Missing <summary> documentation for "T:Godot.VisualShader.Type"]
Namespace: Godot
public enum Type
| Member name | Value | Description | |
|---|---|---|---|
| Vertex | 0 | A vertex shader, operating on vertices. | |
| Fragment | 1 | A fragment shader, operating on fragments (pixels). | |
| Light | 2 | A shader for light calculations. | |
| Max | 3 | Represents the size of the VisualShaderType enum. |