Fix setting uniforms; chrome-rgba shader works, but lacks alpha blending.
This commit is contained in:
6
glsl/world-line.frag
Normal file
6
glsl/world-line.frag
Normal file
@@ -0,0 +1,6 @@
|
||||
uniform sampler2D DiffuseTexture;
|
||||
|
||||
void main()
|
||||
{
|
||||
gl_FragColor = texture2D(DiffuseTexture,gl_TexCoord[0].st);
|
||||
}
|
||||
Reference in New Issue
Block a user