The reason for this is that according to the GLES 3.0 spec, RG32UI is guaranteed to be supported for writing, unlike RG32F. We also use RGBA_INTEGER / UINT for readPixels() which is also a guaranteed format. Attempt to Fix #8762
The reason for this is that according to the GLES 3.0 spec, RG32UI is guaranteed to be supported for writing, unlike RG32F. We also use RGBA_INTEGER / UINT for readPixels() which is also a guaranteed format. Attempt to Fix #8762