Code cleanup and simplification
This commit is contained in:
parent
7ad9ee1dc3
commit
51618acc1f
5 changed files with 51 additions and 110 deletions
|
|
@ -3,7 +3,7 @@
|
|||
layout (triangles) in;
|
||||
layout (line_strip, max_vertices = 6) out;
|
||||
|
||||
layout (binding = 1) uniform UBO
|
||||
layout (binding = 0) uniform UBO
|
||||
{
|
||||
mat4 projection;
|
||||
mat4 model;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue