gfx-rs / wgpu-native

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

Update native headers to latest commit #383

Closed PJB3005 closed 4 months ago

PJB3005 commented 4 months ago

Everything is just marked as unimplemented for now, due to lacking support in main wgpu.

The biggest reason I did this is because the added depthSlice field in WGPURenderPassColorAttachment caused conflicts when trying to use up-to-date headers with wgpu-native.