line 0 in compute prefix;

This commit is contained in:
bjorn 2018-08-08 18:09:54 -07:00
parent b891a930bf
commit 94b15c40c2
1 changed files with 2 additions and 1 deletions

View File

@ -116,7 +116,8 @@ const char* lovrShaderFragmentSuffix = ""
"}";
const char* lovrShaderComputePrefix = ""
"#version 420 \n";
"#version 420 \n"
"#line 0 \n";
const char* lovrShaderComputeSuffix = ""
"void main() { \n"