Skip to content
New issue

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

[g-plugin-device-renderer] WebGPU 不支持 divisor #1594

Open
xiaoiver opened this issue Nov 21, 2023 · 0 comments
Open

[g-plugin-device-renderer] WebGPU 不支持 divisor #1594

xiaoiver opened this issue Nov 21, 2023 · 0 comments
Assignees
Labels

Comments

@xiaoiver
Copy link
Contributor

xiaoiver commented Nov 21, 2023

WebGPU 渲染 Path 时报错:

Instance range (first: 0, count: 3) requires a larger buffer (192) than the bound buffer size (64) of the vertex buffer at slot 0 with stride 64.
 - While encoding [RenderPassEncoder].DrawIndexed(15, 3, 0, 0, 0).

Debug group stack:
 > "Main Render Pass"

https://github.com/gpuweb/gpuweb/blob/main/design/Pipelines.md#input-state

Vulkan doesn’t support a divisor for its step rate.

@xiaoiver xiaoiver self-assigned this Nov 21, 2023
@xiaoiver xiaoiver added the bug label Nov 21, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Development

No branches or pull requests

1 participant