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 @@
Shader脚本中一个Pass语义块就是一个完整的渲染流程一个着色器可以包含多个Pass语义块每当GPU运行-个Pass之前就会产生一个SetPassCall所以可以理解为一次完整的染流程次数。