Closed as not planned
Description
In WGPUBindGroupEntry
the offset
and size
fields are supposed to apply only if the binding is a buffer
, but that's not really clear. We could:
- Leave as is
- Rename to
bufferBindingOffset
andbufferBindingSize
- Collect the three fields together into a
WGPUBufferBinding
like in JS
Not sure it's actually worth the effort to change.
Metadata
Metadata
Assignees
Labels
No labels