feo-oop-engine 0.0.5

An Object Oriented game engine for rust.
Documentation
1
2
3
4
5
6
7
#version 450

layout(location = 0) in vec2 position;

void main() {
    gl_Position = vec4(position, 0.0, 1.0);
}