You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Starting with version 9.1.0 (no problem with 9.0.41), the following warnings are shown in the console when using HexagonLayer:
WebGL: INVALID_OPERATION: vertexAttribPointer: no ARRAY_BUFFER is bound and offset is non-zero (shown twice) WebGL: INVALID_OPERATION: drawArraysInstanced: no buffer is bound to enabled attribute
(In my application, after updating deck.gl to 9.1.x, I also started getting
deck: Features not supported by GPU aggregation, falling back to CPU
WebGL: INVALID_VALUE: texSubImage2D: width or height out of range
[.WebGL-0x5c840006a200] GL_INVALID_VALUE: Desired resource size is greater than max texture size.
and the hexagons are not shown, but perhaps the cause for my warnings is also the cause for the warnings about INVALID_OPERATION.)
Flavors
Script tag
React
Python/Jupyter notebook
MapboxOverlay
GoogleMapsOverlay
CARTO
ArcGIS
Expected Behavior
No warnings, as it was the case with the versions 9.0.x
WebGL: INVALID_OPERATION: vertexAttribPointer: no ARRAY_BUFFER is bound and offset is non-zero
WebGL: INVALID_OPERATION: vertexAttribPointer: no ARRAY_BUFFER is bound and offset is non-zero
WebGL: INVALID_OPERATION: drawArraysInstanced: no buffer is bound to enabled attribute
The text was updated successfully, but these errors were encountered:
The warning in your app is different from the website example. HexagonLayer added a gpuAggregation prop in 9.1 but it's an opt-in feature. If it doesn't work for your data, you should unset the prop.
Description
Starting with version 9.1.0 (no problem with 9.0.41), the following warnings are shown in the console when using HexagonLayer:
WebGL: INVALID_OPERATION: vertexAttribPointer: no ARRAY_BUFFER is bound and offset is non-zero
(shown twice)WebGL: INVALID_OPERATION: drawArraysInstanced: no buffer is bound to enabled attribute
(In my application, after updating deck.gl to 9.1.x, I also started getting
and the hexagons are not shown, but perhaps the cause for my warnings is also the cause for the warnings about INVALID_OPERATION.)
Flavors
Expected Behavior
No warnings, as it was the case with the versions 9.0.x
Steps to Reproduce
Check the console for this example and this example from the docs.
Environment
Logs
The text was updated successfully, but these errors were encountered: