mirror of
https://github.com/allemangD/toddcox-visualize.git
synced 2025-11-10 12:02:47 -05:00
back to original colors
This commit is contained in:
9
vis/shaders/diffuse.fs.glsl
Normal file
9
vis/shaders/diffuse.fs.glsl
Normal file
@@ -0,0 +1,9 @@
|
||||
#version 430
|
||||
|
||||
in vec4 col;
|
||||
|
||||
out vec4 color;
|
||||
|
||||
void main() {
|
||||
color = col;
|
||||
}
|
||||
Reference in New Issue
Block a user