有没有比为了兼容性而编写多个不同版本的 GLSL 着色器更好的方法呢?

发布于 2024-11-03 05:47:03 字数 162 浏览 1 评论 0原文

我开始使用 OpenGL,我想尽可能避免固定功能,因为趋势似乎远离它们。但是,我的显卡很旧,最高仅支持 OpenGL 2.1。有没有办法为 GLSL 1.20.8 编写着色器,然后在 OpenGL 3.0 和 OpenGL 4.0 卡上运行它们而不会出现问题?也许在请求 opengl 上下文时您可以指定版本?

I'm starting to play with OpenGL and I'd like to avoid the fixed functions as much as possible as the trend seems to be away from them. However, my graphics card is old and only supports up to OpenGL 2.1. Is there a way to write shaders for GLSL 1.20.8 and then run them without issue on OpenGL 3.0 and OpenGL 4.0 cards? Perhaps something when requesting the opengl context where you can specify a version?

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

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

发布评论

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

评论(1

只等公子 2024-11-10 05:47:03

我应该使用#version 指令。

I should use the #version directive.

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