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
目前为 WGSL 提供 Shader Chunks 模块化功能用法如下:
const compiler = device['WGSLComposer']; const code = compiler.wgsl_compile(wgsl);
#define_import_path my_module fn my_func() -> f32 { return 1.0; }
但还不支持 shader defines
The text was updated successfully, but these errors were encountered:
Bot detected the issue body's language is not English, translate it automatically. 👯👭🏻🧑🤝🧑👫🧑🏿🤝🧑🏻👩🏾🤝👨🏿👬🏿
Title: Support
Currently, the Shader Chunks modular function provided for WGSL is used as follows:
But shader definitions are not yet supported
Sorry, something went wrong.
No branches or pull requests
目前为 WGSL 提供 Shader Chunks 模块化功能用法如下:
但还不支持 shader defines
The text was updated successfully, but these errors were encountered: