edit_shader
Find and replace text in shader files to modify shader behavior.
Instructions
Edit a shader file by replacing old_text with new_text
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Shader file path | |
| new_text | Yes | Replacement text | |
| old_text | Yes | Text to find and replace |