implemented basic modern opengl rendering. Currently just rendering a tri to the...
authormatthew <matthew@owens.tech>
Sat, 18 Aug 2018 16:19:25 +0000 (17:19 +0100)
committermatthew <matthew@owens.tech>
Sat, 18 Aug 2018 16:19:25 +0000 (17:19 +0100)
commit9ff7617cf773cff222d369f8f692b7a80d3a754c
tree323c1fb73ec57e324a4ebe0079b273e8e3f687e4
parent6fabd762332e7eb4aa2f638034bd16c332e34741
implemented basic modern opengl rendering. Currently just rendering a tri to the screen
gl/err.c [new file with mode: 0644]
gl/main.c
gl/shaderLoader.c [new file with mode: 0644]
gl/shaderLoader.h [new file with mode: 0644]
gl/shaders/tri/tri.frag [new file with mode: 0644]
gl/shaders/tri/tri.vert [new file with mode: 0644]