美文网首页
openGLSL从0开始学习

openGLSL从0开始学习

作者: 技术笔记 | 来源:发表于2019-11-13 16:03 被阅读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开始学习

          本文链接:https://www.haomeiwen.com/subject/htxkictx.html