mirror of
https://git.mirrors.martin98.com/https://github.com/bambulab/BambuStudio.git
synced 2025-08-16 06:25:55 +08:00
8 lines
98 B
GLSL
8 lines
98 B
GLSL
#version 110
|
|
|
|
attribute vec3 v_position;
|
|
|
|
void main()
|
|
{
|
|
gl_Position = vec4(v_position, 1.0);
|
|
} |