mirror of
https://github.com/KillzXGaming/Switch-Toolbox
synced 2024-11-15 09:27:08 +00:00
8 lines
No EOL
100 B
GLSL
8 lines
No EOL
100 B
GLSL
#version 330
|
|
uniform vec4 boneColor;
|
|
|
|
out vec4 FragColor;
|
|
|
|
void main(){
|
|
FragColor = boneColor;
|
|
} |