GLSL output: Removed fixed-size buffer; fixes #769.
Makes some white-space differences in most output, plus a few cases where more could have been put out but was cut short by the previous fix-sized buffer.
This commit is contained in:
@@ -15,7 +15,7 @@ ERROR: 0:15: 'constant_id' : can only be applied to a scalar
|
||||
ERROR: 0:16: 'constant_id' : specialization-constant id already used
|
||||
ERROR: 0:16: 'constant_id' : cannot declare a default, can only be used on a scalar
|
||||
ERROR: 0:20: 'subpassLoad' : no matching overloaded function found
|
||||
ERROR: 0:20: 'assign' : cannot convert from 'const float' to 'smooth out highp 4-component vector of float'
|
||||
ERROR: 0:20: 'assign' : cannot convert from ' const float' to ' smooth out highp 4-component vector of float'
|
||||
ERROR: 0:23: 'atomic counter types' : not allowed when using GLSL for Vulkan
|
||||
ERROR: 0:24: 'shared' : not allowed when generating SPIR-V
|
||||
ERROR: 0:25: 'packed' : not allowed when generating SPIR-V
|
||||
|
||||
Reference in New Issue
Block a user