mirror of
https://git.mirrors.martin98.com/https://github.com/prusa3d/PrusaSlicer.git
synced 2025-07-13 02:11:48 +08:00
7 lines
75 B
GLSL
7 lines
75 B
GLSL
#version 110
|
|
|
|
void main()
|
|
{
|
|
gl_FragColor = vec4(1.0, 1.0, 1.0, 1.0);
|
|
}
|