Skip to main content

One post tagged with "webgl"

View All Tags

· 3 min read

webgl 绘制图形的基本流程: 创建 webgl 上下文 -> 创建 webgl 程序 -> 数据存入缓冲区 -> 将缓冲区数据读取到 GPU -> GPU 执行 webgl 程序