2021年1月11日

xcode:读取txt文件

摘要: 编译之后的文件目录 程序中使用: auto shader = new Shader("./shader_res/shader.vs", "./shader_res/shader.fs"); 阅读全文

posted @ 2021-01-11 15:42 ZhYQ_note 阅读(467) 评论(0) 推荐(0)

mac opengl 画一个三角形

摘要: 1、mac下opengl开发环境搭建 2、学习https://learnopengl-cn.github.io/01%20Getting%20started/04%20Hello%20Triangle/ 课程opengl的基本概念, 坐标,VAO,VBO, shader等和一些常用的API 3、参考 阅读全文

posted @ 2021-01-11 10:31 ZhYQ_note 阅读(121) 评论(0) 推荐(0)

导航