gpt4 book ai didi

opengl - 使用 glsl 'attribute' 和 'in' 有什么区别?

转载 作者:行者123 更新时间:2023-12-02 11:46:58 27 4
gpt4 key购买 nike

写法有什么区别

in vec3 position;

attribute vec3 position;

在 glsl 着色器中?

最佳答案

attributevariing 自 glsl 1.3 起已弃用,并在 glsl 1.4 中删除:

这里是 glsl 1.4 specs 的摘录(1.2.6 与版本 1.2 的功能差异摘要):

The following is a summary of features deprecated in version 1.3:

  • Use of the keywords attribute and varying (use in and out).

关于opengl - 使用 glsl 'attribute' 和 'in' 有什么区别?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/15683694/

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com