ShaderCustomDefines Property |
Returns the shader's custom defines. Custom defines can be used in Godot to add GLSL preprocessor directives (e.g: extensions) required for the shader logic.
Note: Custom defines are not validated by the Godot shader parser, so care should be taken when using them.
Namespace: Godot