Initial commit
This commit is contained in:
5
engines/stark/shaders/stark_fade.vertex
Normal file
5
engines/stark/shaders/stark_fade.vertex
Normal file
@@ -0,0 +1,5 @@
|
||||
in vec2 position;
|
||||
|
||||
void main() {
|
||||
gl_Position = vec4(position, 0.0, 1.0);
|
||||
}
|
||||
Reference in New Issue
Block a user