grovesNL/glow

glow can't read_pixels with glow::FLOAT param.

Opened this issue · 0 comments

glow uses read_pixels_with_opt_u8_array to read pixels and it creates a ArrayBufferView from Uint8Array while, internally, gl.ReadPixels requires ArrayBufferView to be a view of Float32Array when the pixel type is gl.FLOAT.