webgpu-native / webgpu-headers

**NOT STABLE YET!** See README.
https://webgpu-native.github.io/webgpu-headers/
BSD 3-Clause "New" or "Revised" License
391 stars 45 forks source link

Make WGPURenderPassDepthStencilAttachment extensible #406

Closed kainino0x closed 1 week ago

kainino0x commented 2 weeks ago

WGPURenderPassColorAttachment is already extensible, this should be too.

Issue: None, I think @Kangz found this while we were reviewing the header. (dawn bug https://crbug.com/378514256)

kainino0x commented 2 weeks ago

Actually it's not a gimme that this should be extensible. WGPURenderPassColorAttachment is in an array so it's really annoying to extend otherwise. WGPURenderPassDepthStencilAttachment is optional (behind a pointer) but not in an array.

I still think it makes sense to make it extensible though.

kainino0x commented 1 week ago

Merging tentatively but keeping !discuss label.

kainino0x commented 4 days ago

Nov 21 meeting: