big heckin reworkerino to use the standard #line directive as per spec

This commit is contained in:
Noah Santschi-Cooney 2022-04-03 21:31:18 +01:00
parent cb7c9b8b49
commit d3365c3bff
No known key found for this signature in database
GPG key ID: 3B22282472C8AE48
52 changed files with 574 additions and 398 deletions

View file

@ -1,8 +0,0 @@
#version 120
#include "/utils/utilities.glsl"
#include "/utils/matricies.glsl"
void main() {
}

View file

@ -1,25 +0,0 @@
#version 120
#extension GL_GOOGLE_cpp_style_line_directive : enable
#line 2 "!!"
#line 1 "!!"
#line 1 "!!"
void stuff1() {
}
#line 2 "!!"
#line 1 "!!"
void stuff2() {
}
#line 3 "!!"
#line 4 "!!"
#line 1 "!!"
void matrix() {
}
#line 5 "!!"
void main() {
}

View file

@ -1,3 +0,0 @@
void matrix() {
}

View file

@ -1,3 +0,0 @@
void stuff1() {
}

View file

@ -1,3 +0,0 @@
void stuff2() {
}

View file

@ -1,2 +0,0 @@
#include "/utils/stuff1.glsl"
#include "/utils/stuff2.glsl"