This commit is contained in:
zzz
2025-07-01 18:33:27 +08:00
parent f239c48158
commit 703071de1c
14 changed files with 372 additions and 6 deletions

View File

@@ -0,0 +1 @@
CPU每次调用图像编程接口 glDrawElements(0penGl日中的图元清染函数)或者 DrawIndexedPrimitive(Direct中的顶点绘制方法)命令GPU渲染的操作称为一次Draw CalDraw Cal就是一次渲染命令的调用它指向一个需要被渲染的图元(primitive)列表不包含任何材质信息glDrawElements 或者 DrawIndexedPrimitive 函数的作用是将CPU准备好的顶点数据渲染出来.