feo-oop-engine 0.0.5

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

layout(location = 0) vec3 vertex;

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