整理shader文件排列

This commit is contained in:
2020-05-28 22:07:07 +08:00
parent 23685cd868
commit d841ded4e9
4 changed files with 1 additions and 16 deletions

View File

@@ -0,0 +1,7 @@
layout(push_constant) uniform Consts
{
mat4 local_to_world;
mat3 normal;
vec3 object_position;
vec3 object_size;
} pc;