mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 00:58:05 +02:00
vpglsl: add simple mov.glsl
This commit is contained in:
parent
38afa29340
commit
646f518e78
1 changed files with 5 additions and 0 deletions
5
progs/vpglsl/mov.glsl
Normal file
5
progs/vpglsl/mov.glsl
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
|
||||
void main() {
|
||||
gl_FrontColor = gl_Color;
|
||||
gl_Position = gl_Vertex;
|
||||
}
|
||||
Loading…
Add table
Reference in a new issue