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
Picker renders mesh indices to the texture during preparation. When picking, a rectangle of this rendered texture is copied back to the CPU, and indices are used to identify mesh instances.
This is currently a synchronous process. The API needs to be changed to be async, allowing async texture readback on WebGPU. Related task to implement this part: #2974
The text was updated successfully, but these errors were encountered:
Picker renders mesh indices to the texture during preparation. When picking, a rectangle of this rendered texture is copied back to the CPU, and indices are used to identify mesh instances.
This is currently a synchronous process. The API needs to be changed to be async, allowing async texture readback on WebGPU. Related task to implement this part: #2974
The text was updated successfully, but these errors were encountered: