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

Naga shader compilation #200

Closed
wants to merge 5 commits into from
Closed

Naga shader compilation #200

wants to merge 5 commits into from

Conversation

Nazariglez
Copy link
Owner

No description provided.

@Nazariglez
Copy link
Owner Author

Blocked by: chyyran/naga#1

Some examples work, such as renderer_texture or renderer_textured_cube, and others such as renderer_uniform_std140 have visual glitches. The examples that use the draw API panics, and any example on wasm32 panics too.

// disable default features
cargo run --example renderer_textured_cube --no-default-features --features=backend,log,naga

I am starting to think that this is not worth the hassle. Maybe the time and effort should be better used in making a wgpu backend and moving to wgsl?.

@Nazariglez
Copy link
Owner Author

This is not happening as it is, it will be easy to add directly WGPU support with naga integrated.

@Nazariglez Nazariglez closed this Jul 23, 2023
@Nazariglez Nazariglez deleted the f/naga branch July 23, 2023 17:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Naga shader compilation under feature flag
1 participant