Hm, It’s a WebGL issue. Not all formats are “texture-filterable” according to the spec: https://registry.khronos.org/OpenGL/specs/es/3.0/es_spec_3.0.pdf (search for texture-filterable and you’ll get a table). You can always filter manually in your shader
1 Like