core icon indicating copy to clipboard operation
core copied to clipboard

Is webgpu really enabled for the puppeteer example?

Open kasralodgy opened this issue 9 months ago • 0 comments

Absolutely loving the project.

I was checking the webgpu support in my browser and saw that it is not enabled by default.
After couple of digging in the web I found that using the following browser flags are needed to enable them (I'm on linux Ubuntu 22.04)

google-chrome --enable-unsafe-webgpu --enable-features=Vulkan

And I can confirm that using these two flags will enable it.

Just one question, In the examples repo I do not see any trace of "Vulkan" or related features enabled when using puppeteer.

Is there any reason for that?

kasralodgy avatar Feb 28 '25 12:02 kasralodgy