forked from LeenkxTeam/LNXSDK
Update Files
This commit is contained in:
8
Kha/Sources/Shaders/painter-colored.frag.glsl
Normal file
8
Kha/Sources/Shaders/painter-colored.frag.glsl
Normal file
@ -0,0 +1,8 @@
|
||||
#version 450
|
||||
|
||||
in vec4 fragmentColor;
|
||||
out vec4 FragColor;
|
||||
|
||||
void main() {
|
||||
FragColor = fragmentColor;
|
||||
}
|
Reference in New Issue
Block a user