We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ba9a513 commit 3b3d08fCopy full SHA for 3b3d08f
1 file changed
src/backend/mode_gpu.js
@@ -146,7 +146,7 @@
146
throw "Float texture outputs are not supported on this browser";
147
} else if (opt.floatTextures === undefined && GPUUtils.OES_texture_float) {
148
opt.floatTextures = true;
149
- opt.floatOutput = GPUUtils.test_floatReadPixels(gpu);
+ opt.floatOutput = GPUUtils.test_floatReadPixels(gpu) && !opt.graphical;
150
}
151
152
if (!opt.dimensions || opt.dimensions.length === 0) {
0 commit comments