mirror of
https://github.com/cyberarm/i-mic-fps.git
synced 2025-12-16 08:02:36 +00:00
Renamed lighting shader to default, shoehorned in glsl 3.30 support for Intel on Linux, removed duplicate handleGlError methods, added OpenGL and GLU to Object namespace, removed redundant includes for OpenGL and GLU, VBO and VAO now render (all be it incorrectly)
This commit is contained in:
@@ -1,9 +0,0 @@
|
||||
# version 330
|
||||
|
||||
layout(location = 0) in vec3 vert;
|
||||
uniform vec3 position;
|
||||
|
||||
void main() {
|
||||
// projection * view * model *
|
||||
gl_Position = vec4(vert+position, 1.0);
|
||||
}
|
||||
Reference in New Issue
Block a user