Update Files
This commit is contained in:
12
Krom/Krom.app/Contents/Resources/Deployment/g1.frag
Normal file
12
Krom/Krom.app/Contents/Resources/Deployment/g1.frag
Normal file
@ -0,0 +1,12 @@
|
||||
#version 330
|
||||
|
||||
uniform sampler2D texy;
|
||||
|
||||
out vec4 FragColor;
|
||||
in vec2 texCoord;
|
||||
|
||||
void main()
|
||||
{
|
||||
FragColor = texture(texy, texCoord);
|
||||
}
|
||||
|
Reference in New Issue
Block a user