Jan
Jan
Hey there, I have been looking into making Renderdoc work for a while. I have a PR branch with a renderdoc example ready at #728 however you should be able...
I tried on my end with different python versions (3.9 and 3.12) and with the `Capture Child Processes` check or unchecked, it always picks up the child process. According to...
Good to hear your got it at least working. However the crashing seems odd to me. I am no Renderdoc expert, I can recommend the Renderdoc Discord as the dev...
If you only have a single full screen renderpass you can even use a single triangle which gives marginally better performance. Renderdoc can still help to debug and edit the...
Not sure if helpful. But there is a color space visualizer implemented with pygfx https://github.com/colour-science/colour-visuals which I believe is even used in ocio somewhere. also more of a question/idea (as...
Yes I linked the library more as a coincidence. I believe their transfer matrices are mostly done in numpy. I read through the upcoming changes with new wgpu-core releases and...
consider, which includes a sandbox to run HumanEval (on Linux only) https://github.com/bigcode-project/bigcode-evaluation-harness
My understanding is the following. For v25 there has been a change in wgpu-core which introduces this new limit. The v25 release of wgpu-native doesn't allow users to set this...
I believe all experimental features, even if requested - are disabled because of this line here https://github.com/gfx-rs/wgpu-native/blob/74f8c24c903b6352d09f1928c56962ce06f77a4d/src/conv.rs#L384 and it's currently not exposed to set that to enable (or perhaps enable...
> not clear whether they are enabled or not in wgpu-native builds. So my question here is: are they? :) might explain why I always have debug symbols with Fxc...