Joel Courtney
Joel Courtney
+1, I think that would be awesome, if its not too difficult.
I believe you do it in the spirv builder interface. ```rust SpirvBuilder::new(, ) .capability(Capability::Kernel) .build()? ```
I also encountered the `attempt to divide by zero` error. I made [this change](https://github.com/JoelCourtney/rust-gpu/commit/044f5673f32d814e00e90efa59221a5cd725bcd1) on a fork and the build succeeded and appeared to work. I'm not opening a PR...
Is there any check to make sure `separatedByAtLeast > separatedByAtMost`?
@ewferg Yeah I was planning on something like `deletePreviousResults` or `deletePreviousActivities` I like the "extra credit" idea too, but I think that would probably be a UI thing, not a...
Hi @mbnuqw, if you think this is feasible but don't have the time, I would be willing to try. I'm switching from Arc to Zen+Sidebery, and this is the main...
@Mythicaeda I caught a bug and pushed a fairly large commit to fix it. The sim facade checks if the plan has been simulated before so it can use cached...
Can we add the procedural library dependencies in this plugin?
I like that idea