mirror of
https://github.com/gfx-rs/wgpu.git
synced 2025-12-08 21:26:17 +00:00
fix(deno): use correct op for GPUDevice.createSampler (#3480)
This commit is contained in:
parent
bd712e083c
commit
bb01d723ba
@ -988,7 +988,7 @@
|
||||
context: "Argument 1",
|
||||
});
|
||||
const device = assertDevice(this, { prefix, context: "this" });
|
||||
const { rid, err } = ops.op_webgpu_create_texture({
|
||||
const { rid, err } = ops.op_webgpu_create_sampler({
|
||||
deviceRid: device.rid,
|
||||
...descriptor,
|
||||
});
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user