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

WGSL Vertex Shader 中支持纹理采样 #201

Open
xiaoiver opened this issue Jun 7, 2024 · 1 comment
Open

WGSL Vertex Shader 中支持纹理采样 #201

xiaoiver opened this issue Jun 7, 2024 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@xiaoiver
Copy link
Contributor

xiaoiver commented Jun 7, 2024

目前 WebGPU 下,如果在 Vertex Shader 中使用 uniform sampler2D,转译后会报错。

@xiaoiver xiaoiver self-assigned this Jun 7, 2024
@xiaoiver xiaoiver added the bug Something isn't working label Jun 7, 2024
@Issues-translate-bot
Copy link

Bot detected the issue body's language is not English, translate it automatically. 👯👭🏻🧑‍🤝‍🧑👫🧑🏿‍🤝‍🧑🏻👩🏾‍🤝‍👨🏿👬🏿


Title: Texture sampling is supported in WGSL Vertex Shader

Currently under WebGPU, if you use uniform sampler2D in Vertex Shader, an error will be reported after translation.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants