添加数据库tag

This commit is contained in:
Zane
2025-09-30 10:01:57 +08:00
parent 312685fc77
commit f1ae55c378
12 changed files with 69 additions and 1 deletions

View File

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