Render{Pass,BundleEncoder}::set_vertex_buffer
's buffer
argument should be Option
al
#7354
Labels
area: api
Issues related to API surface
area: correctness
We're behaving incorrectly
area: cts
Issues stemming from the WebGPU Conformance Test Suite
area: ecosystem
Help the connected projects grow and prosper
type: bug
Something isn't working
See the WebGPU spec. for it here, which defines the JS API's correspondent argument being
nullable
: https://www.w3.org/TR/webgpu/#dom-gpurendercommandsmixin-setvertexbufferWhen set to
null
in JS, it's expected that theslot
index will have itsbuffer
unbound.The text was updated successfully, but these errors were encountered: