create_shader
Generate a new .gdshader file with custom source code for a Godot project, using the project path and shader path relative to the project.
Instructions
Create a Godot shader file (.gdshader) with content
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| projectPath | Yes | ||
| shaderPath | Yes | Shader path relative to project (e.g. shaders/glow.gdshader) | |
| content | Yes | Full shader source code |