mirror of
https://github.com/2OOP/pism.git
synced 2026-02-04 10:54:51 +00:00
add: own branch
This commit is contained in:
9
src/main/resources/shaders/gui_fragment.glsl
Normal file
9
src/main/resources/shaders/gui_fragment.glsl
Normal file
@@ -0,0 +1,9 @@
|
||||
#version 450 core
|
||||
|
||||
in vec3 pass_color;
|
||||
|
||||
out vec4 out_color;
|
||||
|
||||
void main(void) {
|
||||
out_color = vec4(pass_color, 1.0);
|
||||
}
|
||||
Reference in New Issue
Block a user