webgl 绘图基础流程February 9, 2021 · 3 min readwebgl 绘制图形的基本流程: 创建 webgl 上下文 -> 创建 webgl 程序 -> 数据存入缓冲区 -> 将缓冲区数据读取到 GPU -> GPU 执行 webgl 程序