alaingalvan / webgpu-seed

🔺🌱 An example on how to render a hello triangle with WebGPU.

Home Page:https://alain.xyz/blog/raw-webgpu

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TypeError: m.device.createBufferMapped is not a function

RyanWilliams99 opened this issue · comments

commented

Uncaught (in promise) TypeError: m.device.createBufferMapped is not a function
at e (main.js:1)
at c. (main.js:1)
at main.js:1
at Object.next (main.js:1)
at main.js:1
at new Promise ()
at n (main.js:1)
at c.initializeResources (main.js:1)
at c. (main.js:1)
at main.js:1

Hi @RyanWilliams99, thanks for bringing this to my attention! I've gone ahead and updated this repo along with the blog post and Codepen example to fix this issue.