parent
4af6419f43
commit
648339bbe6
38 changed files with 4 additions and 67 deletions
|
|
@ -11,11 +11,6 @@ layout (set = 0, binding = 0) uniform UBO
|
|||
mat4 mvp;
|
||||
} ubo;
|
||||
|
||||
out gl_PerVertex
|
||||
{
|
||||
vec4 gl_Position;
|
||||
};
|
||||
|
||||
void main(void)
|
||||
{
|
||||
gl_Position = ubo.mvp * vec4(inPos, 1.0);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue