forked from LeenkxTeam/LNXSDK
Update Files
This commit is contained in:
9
Kha/Kinc/GLSLShaders/g1.frag.glsl
Normal file
9
Kha/Kinc/GLSLShaders/g1.frag.glsl
Normal file
@ -0,0 +1,9 @@
|
||||
#version 450
|
||||
|
||||
uniform sampler2D texy;
|
||||
in vec2 texCoord;
|
||||
out vec4 FragColor;
|
||||
|
||||
void main() {
|
||||
FragColor = texture(texy, texCoord);
|
||||
}
|
Reference in New Issue
Block a user