是否有Eclipse插件添加了对GLSL文件的支持?我在Google上发现了一些旧版本,但我无法让它发挥作用。
答案 0 :(得分:22)
Gilbert Le Blanc提到的Eclipse Shaders插件适用于Eclipse Juno。
将“plugins”文件夹的内容放在Eclipse插件文件夹中,并将“features”文件夹的内容放在Eclipse features文件夹中。然后重启Eclipse。
您可能需要使用扩展名“.glsl”命名着色器,或者右键单击Eclipse中的着色器文件, - >“打开方式” - >>“GLSL编辑器”
答案 1 :(得分:14)
如果您正在寻找GLSL ES 语法高亮显示,我刚刚发布了一个eclipse插件here。
答案 2 :(得分:9)
假设您的意思是OpenGL着色语言,Eclipse CDT插件可能运行得很好。
编辑添加:我可能在您找到的SourceForge上找到了相同的Eclipse Shaders项目。
似乎没有Eclipse的GLSL插件。
答案 3 :(得分:0)
下载Eclipse Shaders后,将插件和功能文件夹的内容放在相应的文件夹中:
Linux上的:
/usr/share/eclipse/dropins/cdt/eclipse/plugins
在Windows上:
in dropins folder (e.g. C:\Program Files\eclipse\dropins)
OS X上的:
in dropins folder (/Applications/eclipse/dropins/)