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

refactor(op_crates/webgpu): simplify gfx_select macro & add gfx_put and gfx_ok macros #10044

Merged
merged 7 commits into from
May 3, 2021

Conversation

crowlKats
Copy link
Member

Simplifies the gfx_select macro as it has cases we are not concerned about (ios & wasm), and simplifies a lot of duplicate logic surrounding the gfx_select macro

# Conflicts:
#	op_crates/webgpu/binding.rs
#	op_crates/webgpu/buffer.rs
#	op_crates/webgpu/bundle.rs
#	op_crates/webgpu/command_encoder.rs
#	op_crates/webgpu/compute_pass.rs
#	op_crates/webgpu/lib.rs
#	op_crates/webgpu/queue.rs
#	op_crates/webgpu/render_pass.rs
#	op_crates/webgpu/sampler.rs
#	op_crates/webgpu/shader.rs
#	op_crates/webgpu/texture.rs
Copy link
Member

@bartlomieju bartlomieju left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@bartlomieju bartlomieju merged commit 7bc0352 into denoland:main May 3, 2021
@crowlKats crowlKats deleted the wgpu_macros branch May 3, 2021 14:43
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.

None yet

2 participants