webgpu / webgpu-samples

WebGPU Samples
https://webgpu.github.io/webgpu-samples/
BSD 3-Clause "New" or "Revised" License
1.79k stars 302 forks source link

Add a mipmap generation example. #45

Open Kangz opened 4 years ago

Kangz commented 4 years ago

For example based on this code.

austinEng commented 4 years ago

I also should actually update things to use copyImageBitmapToTexture instead of the CPU readback and B2T copy. @kvark is copyImageBitmapToTexture implemented in Firefox or will I need to polyfill with writeTexture?

kvark commented 4 years ago

writeTexture is in, copyImageBitmapToTexture is not