5 lines
104 B
GLSL
5 lines
104 B
GLSL
layout(std430,push_constant,row_major) uniform Consts {
|
|
mat4 local_to_world;
|
|
mat3 normal;
|
|
} pc;
|