Fix T77651: Black screen on Blender startup on ChromeOS
Apparently `textureSize` doesn't work with `sampler1DArray` on this OS. Thanks to @dave1853 for finding the source of the problem.
This commit is contained in:
@@ -7,7 +7,7 @@ flat in int interp_size;
|
||||
|
||||
out vec4 fragColor;
|
||||
|
||||
uniform sampler1DArray glyph;
|
||||
uniform sampler2D glyph;
|
||||
|
||||
const vec2 offsets4[4] = vec2[4](
|
||||
vec2(-0.5, 0.5), vec2(0.5, 0.5), vec2(-0.5, -0.5), vec2(-0.5, -0.5));
|
||||
|
Reference in New Issue
Block a user