PluginGodotShaders icon indicating copy to clipboard operation
PluginGodotShaders copied to clipboard

An extension for SHADERed that adds support for Godot's shader language

Results 1 PluginGodotShaders issues
Sort by recently updated
recently updated
newest added

A few fixes to build the plugins on OSX: 1. That's how I load OpenGL headers: ``` #if defined(__APPLE__) #define GL_SILENCE_DEPRECATION #include #else #include #include #endif ``` Some changes in...