完成延迟渲染调试SHADER,但几何多边形生成有问题

This commit is contained in:
2019-07-17 17:37:29 +08:00
parent 424a7e8c1d
commit 79957d0ed2
7 changed files with 87 additions and 10 deletions

View File

@@ -148,7 +148,7 @@ namespace hgl
VB2f *vertex=gc.GetVertex();
vertex->WriteRectFan(rci->scope);
vertex->WriteRectTriangleStrip(rci->scope);
return gc.Finish();
}