Search Issue Tracker
Won't Fix
Votes
0
Found in
5.5.0p1
Issue ID
893191
Regression
No
[WebGL] [Firefox] Console spammed with "Error: WebGL: drawElements: This operation requires zeroing texture data. This is slow"
To reproduce:
1) Open attached project
2) In top menu, select 'Portfolio -> Asset Bundles -> Build Asset Bundles' and 'Portfolio -> Build Viewer (Release)'
3) Copy web.config xml from <ProjectFolder>/Servers/AssetBundlesServer to ViewerServer
4) In ViewerServer folder, change the .json to one I attached, then change ALL the links to IP you will be using in step 5
5) Use IIS to make two servers, one pointing to <ProjectFolder>/Servers/ViewerServer, another pointing to <ProjectFolder>/Servers/AssetBundlesServer
6) Open ViewerServer website
Expected: When it loads, same messages come out for all browsers
Actual: Firefox alone warns that "Error: WebGL: drawElements: This operation requires zeroing texture data. This is slow" so much, that it stops ignoring further messages after 32
Reproduced in 5.5.0p1, 5.5.3f1
Reproduced in Firefox 52.0.1
Not reproduced in Chrome Version 57.0.2987.98 (64-bit)
Comments (1)
Add comment
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- HDRP project doesn't render in standalone player when using High stripping
- Editing serialized fields on script components gets interrupted by reimport when editing a prefab with auto save enabled
- Crash on Transform::EnsureCapacityIncrease when duplicating a prefabbed UI element
- Memoryless depth/stencil targets are allocated with Private storage when building for Metal Graphics API supporting devices
- Shortcut window searchbar loses edit mode when typing into searchbar after any action is made to any shortcut
tywang2006
May 07, 2019 16:38
You can safely ignore this error.
This comes from the diffuseTexture of the ground taking time to load. So the RTT cannot render because the meshes are not ready (waiting for the diffuse texture to load). Then when you run the main rendering, the RTT are used as texture but need to be zero out as they don't have data yet (which will be fixed as soon as the diffuseTexture is ready)