├── LICENSE.md ├── README.md ├── ShaderPrecompiler.gd ├── ShaderPrecompiler.tscn └── images └── manualObject.png /LICENSE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Brandt-J/ShaderPrecompiler/HEAD/LICENSE.md -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Brandt-J/ShaderPrecompiler/HEAD/README.md -------------------------------------------------------------------------------- /ShaderPrecompiler.gd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Brandt-J/ShaderPrecompiler/HEAD/ShaderPrecompiler.gd -------------------------------------------------------------------------------- /ShaderPrecompiler.tscn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Brandt-J/ShaderPrecompiler/HEAD/ShaderPrecompiler.tscn -------------------------------------------------------------------------------- /images/manualObject.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Brandt-J/ShaderPrecompiler/HEAD/images/manualObject.png --------------------------------------------------------------------------------