openGLSL从0开始学习

首先,找了些优秀的学习网站

openGLSL

https://learnopengl-cn.github.io/
https://www.khronos.org/files/opengles_shading_language.pdf

双缓冲(Double Buffer)机制

https://learnopengl-cn.github.io/01%20Getting%20started/03%20Hello%20Window/

openGL 三角形

https://learnopengl-cn.github.io/01%20Getting%20started/04%20Hello%20Triangle/

openGL shading language

https://learnopengl-cn.github.io/01%20Getting%20started/04%20Hello%20Triangle/

什么是shader?

https://www.cnblogs.com/keguniang/p/9865289.html

着色器语言 GLSL (opengl-shader-language)入门大全

https://www.cnblogs.com/brainworld/p/7445290.html

看完总结opengGLSL

分为顶点着色器和片段着色器
openGLSL,经过创建、关联、绑定、编译、链接、绘制的过程

你可能感兴趣的:(openGLSL从0开始学习)