gfx-rs / wgpu-native

Native WebGPU implementation based on wgpu-core
Apache License 2.0
843 stars 96 forks source link

Simplify examples #353

Closed rajveermalviya closed 7 months ago

rajveermalviya commented 7 months ago

Remove the unnecessary ASSERT_CHECK contraption I'd made to gracefully exit instead of an assert. Now examples are much more readable without the gotos/labels & forward declarations, also resulting in lesser lines of code!