yoshimune / VulkanTutorial

Learn https://vulkan-tutorial.com/Introduction
MIT License
12 stars 0 forks source link

GL_ARB_separate_shader_objects 調べる #2

Closed yoshimune closed 5 years ago

yoshimune commented 5 years ago

06.2 Shader modulesで記述したfragment shader に #extension GL_ARB_separate_shader_objects : enable という謎の記述があったので調べる

yoshimune commented 5 years ago

https://www.g-truc.net/post-0348.html

GL_ARB_separate_shader_objectsを使用すると複数の異なるプログラムオブジェクトを使用してすべてのGPUステージをセットアップできます。

yoshimune commented 5 years ago

https://www.khronos.org/registry/OpenGL/extensions/ARB/ARB_separate_shader_objects.txt

yoshimune commented 5 years ago

うーん一旦無視していいかな