You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
error: Uncaught (in promise) TypeError: Failed to execute 'createComputePipeline' on 'GPUDevice': 'layout' of 'GPUComputePipelineDescriptor' (Argument 1) is not of type GPUPipelineLayout.
const computePipeline = device.createComputePipeline({
^
at makeException (deno:ext/webidl/00_webidl.js:80:12)
at deno:ext/webidl/00_webidl.js:867:15
at Array.GPUComputePipelineDescriptor (deno:ext/webidl/00_webidl.js:712:34)
at GPUDevice.createComputePipeline (deno:ext/webgpu/01_webgpu.js:1150:38)
at file:///Users/airing/Files/code/wgpu-deno-example/hello-compute/mod.ts:80:32
deno version: