Hi~
I have a trouble with texture mipmap in webgpu .
When I set Texture not create mipmap, my model show like this:
And then when I set Texture create mipmap, my model show like this:
This is texture:
Hi~
I have a trouble with texture mipmap in webgpu .
When I set Texture not create mipmap, my model show like this:
Have you tested with WebGL? There should be no difference.
Are you able to share a repro in the Playground?
Hello, Popov !
I find that WebGPU bug cause this question. After I delete all webgpu code, it work well again!