mirror of
https://github.com/edubart/otclient.git
synced 2025-10-15 12:04:55 +02:00
experimental map shaders
This commit is contained in:
8
modules/game_shaders/shaders/default.frag
Normal file
8
modules/game_shaders/shaders/default.frag
Normal file
@@ -0,0 +1,8 @@
|
||||
uniform float u_Time;
|
||||
uniform sampler2D u_Tex0;
|
||||
varying vec2 v_TexCoord;
|
||||
|
||||
void main()
|
||||
{
|
||||
gl_FragColor = texture2D(u_Tex0, v_TexCoord);
|
||||
}
|
Reference in New Issue
Block a user