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-20 16:00:40 -03:00
2019-04-01 12:53:47 -04:00
2019-12-09 23:25:21 -03:00
2019-12-10 23:52:51 -03:00
2019-12-10 01:55:38 -03:00
2019-12-09 23:52:28 -03:00
2019-12-02 12:07:05 -05:00
2019-11-08 22:48:50 +00:00
2019-11-22 21:28:48 -03:00
2019-07-26 16:54:22 -04:00
2019-03-20 22:36:02 -04:00
2019-10-04 19:59:53 -04:00
2019-10-04 19:59:53 -04:00
2019-08-21 01:55:25 -03:00
2019-10-04 19:59:53 -04:00
2019-11-27 17:46:11 -05:00
2019-10-04 19:59:53 -04:00
2019-10-16 10:34:48 -04:00
2019-11-03 22:22:41 -05:00
2019-10-17 17:55:46 -04:00
2019-10-17 17:55:46 -04:00
2019-11-26 21:55:38 -05:00
2019-07-09 08:11:35 -07:00
2019-10-27 16:44:09 -04:00
2019-08-21 02:17:14 -03:00
2019-11-26 21:55:38 -05:00
2019-11-26 21:55:37 -05:00
2018-11-08 00:31:39 -05:00
2019-07-01 04:32:01 -04:00
2019-09-22 07:23:13 -04:00
2019-03-05 20:35:32 -05:00
2019-08-21 01:55:25 -03:00
2019-04-02 15:54:11 -03:00
2019-04-02 15:54:11 -03:00
2019-11-14 20:57:10 -03:00
2019-11-14 20:57:10 -03:00
2019-11-08 22:48:50 +00:00
2019-04-11 22:11:40 -04:00