|
Rendu
A lightweight rendering engine for experimentations
|
Skybox basic vertex shader. More...
Public Member Functions | |
| void | main () |
Public Attributes | |
| in vec3 | v |
| Position. | |
| uniform mat4 | mvp |
| The transformation matrix. | |
| out vec3 | pos |
| Position in model space. | |
Skybox basic vertex shader.
|
inline |
Apply the MVP transformation to the input vertex.