moving to magnum
This commit is contained in:
5
Assets/shaders/pipe_shader.frag
Normal file
5
Assets/shaders/pipe_shader.frag
Normal file
@@ -0,0 +1,5 @@
|
||||
|
||||
void main()
|
||||
{
|
||||
gl_FragColor = vec4(1.0,0.0,1.0,1.0);
|
||||
}
|
||||
Reference in New Issue
Block a user