pygfx / pyshader

Write modern GPU shaders in Python!
BSD 2-Clause "Simplified" License
73 stars 1 forks source link

Adjust to new wgpu API #20

Closed almarklein closed 4 years ago

almarklein commented 4 years ago

This only changes the code that is used to determine that the wgpu can be used. The new wgpu has a function to allow testing this simpler, without using the actual wgpu API.