EriKWDev

Results 86 comments of EriKWDev

Can do it later but heading away at the moment. But yeah might be from cpal this is coming from

I'm more than happy to help out, but won't be back at the mac until later this evening. What are the things you would need debugged?

( update: I originally thought something was wrong with the compilations but I realized it was a silly logic error on our part that for some reason compiled fine in...

Also, one thing to maybe investigate, there is the wgpu-builtin trait `wgpu::util::RenderEncoder`. I guess my ultimate goal is to write a generic function over something like `T: wgpu::util::RenderEncoder + wgpu_profiler::MaybeScopeSupport`...

As a I said this is perhaps not the best way to do what I really wanted - get something that allows recording to both BundleEncoder, CommandEmcoder and RenderPass

When I have multiple rules in a list all with complicated OR checks and other things, just receiving "Forbidden" is not very useful for debugging. Custom error messages (Or some...