4 lines
70 B
GLSL
4 lines
70 B
GLSL
layout(push_constant) uniform Consts {
|
|
mat4 local_to_world;
|
|
} pc;
|
layout(push_constant) uniform Consts {
|
|
mat4 local_to_world;
|
|
} pc;
|