mirror of
https://github.com/golyalpha/OrcaSlicer-bambulab.git
synced 2026-06-15 13:17:47 +02:00
Initial release
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
#version 110
|
||||
|
||||
uniform sampler2D uniform_texture;
|
||||
|
||||
varying vec2 tex_coord;
|
||||
|
||||
void main()
|
||||
{
|
||||
gl_FragColor = texture2D(uniform_texture, tex_coord);
|
||||
}
|
||||
Reference in New Issue
Block a user