wgpu::backend::web::Context::queue_validate_write_buffer
is unimplemented
#3085
Labels
api: webgpu
Issues with direct interface with WebGPU
help required
We need community help to make this happen.
type: enhancement
New feature or request
The body of the implementation of
wgpu::Context::queue_validate_write_buffer
forweb::Context
is a "TODO" comment. Presumably the underlying web APIs will do the validation anyway, but it would makewgpu
present errors more consistently if we did implement this.(This is no surprise to anyone, but I generally feel that "TODO" comments should be avoided in favor of issues, since our tools for tracking the latter are much better.)
wgpu/wgpu/src/backend/web.rs
Lines 2286 to 2294 in 6451d31
cc: @teoxoy
The text was updated successfully, but these errors were encountered: