Initial commit: OpenRA game engine
Fork from OpenRA/OpenRA with one-click launch script (start-ra.cmd) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
8
glsl/postprocess.vert
Normal file
8
glsl/postprocess.vert
Normal file
@@ -0,0 +1,8 @@
|
||||
#version {VERSION}
|
||||
|
||||
in vec2 aVertexPosition;
|
||||
|
||||
void main()
|
||||
{
|
||||
gl_Position = vec4(aVertexPosition, 0, 1);
|
||||
}
|
||||
Reference in New Issue
Block a user