所有vertex shader传入数据Vertex改名为Position

This commit is contained in:
2020-09-05 18:56:01 +08:00
parent 134fa86c09
commit 7f2ffa2e7c
19 changed files with 46 additions and 46 deletions

View File

@@ -1,4 +1,4 @@
layout(binding=0) uniform WorldMatrix // hgl/math/Math.h
uniform WorldMatrix // hgl/math/Math.h
{
mat4 ortho;