pygfx / wgpu-py

WebGPU for Python
https://wgpu-py.readthedocs.io
BSD 2-Clause "Simplified" License
419 stars 34 forks source link

Fix some small errors #591

Closed fyellin closed 2 weeks ago

fyellin commented 2 weeks ago

Forgot to delete one _release

Allow most of tests in test_wgpu_vertex_instance to run even if multi-draw-indirect isn't available. This will be useful in the future as we add more features. Also simplified the code a little bit.

Fixed one test where I believe naga's behavior is incorrect. I updated the test to accept either naga's current behavior or the behavior of the JS implementation.

fyellin commented 2 weeks ago

I don't have sufficient privileges (write access) to do the merge.