ReinUsesLisp
48e16c4c49
gl_shader_cache: Add missing new-line on emitted GLSL
...
Add missing new-line. This caused shaders using local memory and shared
memory to inject a preprocessor GLSL line after an expression (resulting
in invalid code).
It looked like this:
shared uint smem[8];#define LOCAL_MEMORY_SIZE 16
It should look like this (addressed by this commit):
shared uint smem[8];
\#define LOCAL_MEMORY_SIZE 16
2019-12-10 23:52:51 -03:00
..
2019-11-02 05:05:34 -03:00
2019-11-02 05:05:34 -03:00
2019-11-25 16:15:22 -03:00
2019-11-25 16:15:22 -03:00
2019-11-28 23:02:20 -03:00
2019-11-28 23:02:20 -03:00
2019-11-28 23:02:20 -03:00
2019-11-28 23:02:20 -03:00
2019-06-25 19:26:59 -04:00
2019-06-25 17:32:04 -04:00
2019-04-02 16:58:08 -03:00
2019-07-07 13:38:39 -04:00
2019-12-10 23:52:51 -03:00
2019-11-22 21:28:49 -03:00
2019-12-09 23:52:28 -03:00
2019-11-22 21:28:48 -03:00
2019-11-22 21:28:49 -03:00
2019-11-22 21:28:49 -03:00
2019-11-24 19:36:30 -05:00
2019-10-25 09:01:31 -04:00
2019-11-07 01:52:18 -03:00
2019-11-07 01:52:18 -03:00
2019-07-15 17:38:25 -03:00
2019-02-06 22:20:57 -03:00
2019-11-22 21:28:50 -03:00
2019-11-22 21:28:49 -03:00
2019-06-20 21:36:12 -03:00
2019-06-20 21:36:12 -03:00
2019-11-24 18:13:33 -03:00
2019-09-05 23:26:05 -03:00
2019-09-17 03:32:24 -03:00
2019-11-26 21:55:38 -05:00
2019-09-10 19:31:42 -03:00
2019-11-22 21:28:49 -03:00
2019-11-22 21:28:49 -03:00