Rendu
A lightweight rendering engine for experimentations
|
Object basic texture vertex shader. More...
Public Member Functions | |
void | main () |
Public Attributes | |
in vec3 | v |
Position. | |
in vec2 | uv |
UV. | |
uniform mat4 | mvp |
The transformation matrix. | |
out vec2 | uv |
Texture coordinates. | |
Object basic texture vertex shader.
|
inline |
Apply the MVP transformation to the input vertex.