remove #line 1
This commit is contained in:
@@ -1,4 +1,3 @@
|
|||||||
#line 1
|
|
||||||
//TODO: FIXME: this isnt actually correct cause depending on the face (i think) it could be 1/64 th of a position off
|
//TODO: FIXME: this isnt actually correct cause depending on the face (i think) it could be 1/64 th of a position off
|
||||||
// but im going to assume that since we are dealing with huge render distances, this shouldent matter that much
|
// but im going to assume that since we are dealing with huge render distances, this shouldent matter that much
|
||||||
float extractFaceIndentation(uint faceData) {
|
float extractFaceIndentation(uint faceData) {
|
||||||
|
|||||||
@@ -1,4 +1,3 @@
|
|||||||
#line 1
|
|
||||||
#ifdef GL_ARB_gpu_shader_int64
|
#ifdef GL_ARB_gpu_shader_int64
|
||||||
#define Quad uint64_t
|
#define Quad uint64_t
|
||||||
|
|
||||||
|
|||||||
@@ -1,4 +1,3 @@
|
|||||||
#line 1
|
|
||||||
uint extractDetail(SectionMeta section) {
|
uint extractDetail(SectionMeta section) {
|
||||||
return section.posA>>28;
|
return section.posA>>28;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user