用于调试着色器的免费软件

发布于 2024-10-20 10:29:24 字数 30 浏览 2 评论 0原文

有没有免费的软件工具来调试 GLSL 着色器?

Are there any free software tools to debug GLSL shaders?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

傾旎 2024-10-27 10:29:24

只是为未来的读者添加这个答案:

在 OS X 上,如果您安装了开发人员工具(最新操作系统版本的免费下载),除了 Xcode 之外的众多工具之一是 OpenGL 着色器生成器 其中:

[...] 是用于开发和调试图形处理单元 (GPU) 程序的工具。它可以帮助您可视化和预览着色器对象,而无需复杂的周围代码。
[...] 您可以将着色器生成器与使用 OpenGL 着色语言编写的程序或旧式 ARB 顶点和片段程序结合使用。 OpenGL Shader Builder 还支持几何着色器,这是 OpenGL 规范的最新补充内容。

添加了强调

Just adding this answer for future readers:

On OS X, if you have the Developer Tools installed (a free download for the most current OS version), one of the many tools aside from Xcode is the OpenGL Shader Builder which :

[...] is a tool for developing and debugging programs for the graphics processing unit (GPU). It can help you visualize and preview shader objects without the complexity of surrounding code.
[...] You can use the shader builder with programs written with OpenGL Shading Language or with older-style ARB vertex and fragment programs. OpenGL Shader Builder also supports geometry shaders, a recent addition to the OpenGL specification.

Emphasis added

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文