Add UVs to vert shader
This commit is contained in:
parent
ea9a94dc08
commit
8675683d10
4 changed files with 139 additions and 29 deletions
|
|
@ -1,5 +1,6 @@
|
|||
#version 330 core
|
||||
layout (location = 0) in vec3 pos;
|
||||
layout (location = 1) in vec2 uv;
|
||||
uniform mat4 model;
|
||||
uniform mat4 view;
|
||||
uniform mat4 proj;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue