Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
書くことの違いは何ですか
in vec3 position;
また
attribute vec3 position;
glslシェーダーで?
attributevaryingglsl 1.3 から廃止され、glsl 1.4 で削除されました。
attribute
varying
glsl 1.4 仕様からの抜粋( 1.2.6 バージョン 1.2 との機能の違いの概要):
以下は、バージョン 1.3 で廃止された機能の概要です。 キーワード属性の使用と変化( inとoutを使用)。
以下は、バージョン 1.3 で廃止された機能の概要です。