All checks were successful
Run ReCI Build Test / Explore-Gitea-Actions (push) Successful in 1m59s
8 lines
114 B
GLSL
8 lines
114 B
GLSL
#version 120
|
|
|
|
#include "shared.glsl"
|
|
|
|
void main() {
|
|
gl_Position = gl_ModelViewProjectionMatrix * gl_Vertex;
|
|
}
|