We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
不同于 WebGL,WebGPU 中并没有原生提供 generateMipmap 方法,需要在 GPU 侧手动生成:
generateMipmap
https://webgpufundamentals.org/webgpu/lessons/webgpu-importing-textures.html
The text was updated successfully, but these errors were encountered:
Bot detected the issue body's language is not English, translate it automatically. 👯👭🏻🧑🤝🧑👫🧑🏿🤝🧑🏻👩🏾🤝👨🏿👬🏿
Title: WebGPU supports generating mipmaps
Unlike WebGL, the generateMipmap method is not natively provided in WebGPU and needs to be generated manually on the GPU side:
Sorry, something went wrong.
xiaoiver
No branches or pull requests
不同于 WebGL,WebGPU 中并没有原生提供
generateMipmap
方法,需要在 GPU 侧手动生成:https://webgpufundamentals.org/webgpu/lessons/webgpu-importing-textures.html
The text was updated successfully, but these errors were encountered: