Initial Commit
This commit is contained in:
7
data/shaders/test.ps
Normal file
7
data/shaders/test.ps
Normal file
@@ -0,0 +1,7 @@
|
||||
#version 130
|
||||
|
||||
varying vec4 v_color;
|
||||
|
||||
void main() {
|
||||
gl_FragColor = v_color;
|
||||
}
|
||||
Reference in New Issue
Block a user