Open iRusher opened 10 months ago
Note that iOS GLES backend is considered low-priority and is on life support. iOS should use Metal.
We experience the same issue in Firefox on Mac. No problem in chrome, safari or edge.
WebGL warning: readPixels: Format and type RG/FLOAT incompatible with this RG32F attachment. This framebuffer requires either RGBA/FLOAT or getParameter(IMPLEMENTATION_COLOR_READ_FORMAT/_TYPE) RGBA/FLOAT.
WebGL warning: getBufferSubData: Reading from a buffer with usage other than *_READ causes pipeline stalls. Copy through a STREAM_READ buffer.
Mac mini (M1, 2020) MacOS 12.4 Firefox 125.0.2 (64-bit)
[Mozilla], [Apple M1, or similar], [OpenGL ES 3.0 (WebGL 2.0)], [OpenGL ES GLSL ES 3.00 (WebGL GLSL ES 3.00)]
GL_MAX_TEXTURE_SIZE = 16384
GL_MAX_VERTEX_ATTRIBS = 16
GL_MAX_ELEMENTS_INDICES = 150000
GL_MAX_ELEMENTS_VERTICES = 1048575
⚠️ Issues not using this template will be systematically closed.
Describe the bug
In iOS hello-triangle sample , I want to use view pick. It works fine when I use Metal backend. But it occurs error when using OpenGL backend.
Screenshots
Xcode break point is hear.
Logs
Smartphone (please complete the following information):