Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add WebGPU support to the Picker #6026

Closed
mvaligursky opened this issue Jan 30, 2024 · 1 comment
Closed

Add WebGPU support to the Picker #6026

mvaligursky opened this issue Jan 30, 2024 · 1 comment
Labels
area: graphics Graphics related issue feature

Comments

@mvaligursky
Copy link
Contributor

mvaligursky commented Jan 30, 2024

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

@mvaligursky mvaligursky added feature area: graphics Graphics related issue labels Jan 30, 2024
@mvaligursky
Copy link
Contributor Author

done here #6393

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area: graphics Graphics related issue feature
Projects
None yet
Development

No branches or pull requests

1 participant