webgpu-samples icon indicating copy to clipboard operation
webgpu-samples copied to clipboard

Add a mipmap generation example.

Open Kangz opened this issue 4 years ago • 2 comments

For example based on this code.

Kangz avatar Jul 29 '20 21:07 Kangz

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?

austinEng avatar Aug 11 '20 17:08 austinEng

writeTexture is in, copyImageBitmapToTexture is not

kvark avatar Aug 11 '20 19:08 kvark