johannes hanika
johannes hanika
heya, these are just the vanilla imgui sliders, i didn't spend any effort on them. probably worthwhile implementing a custom widget at some point. the way of entering values in...
heh. yes. 5yo rather young by many standards :) you can bind custom key accelerators to little scripts, if that would increase your throughput? see https://vkdt.org/doc/howto/presets/readme.html , there are some...
heya, nice, thanks for jumping onto this. as a general comment, the code with these patches applied will probably not run on my machine any more (or on macintosh with...
.. about rawspeed. does the vanilla rawspeed git build on M1? i would be surprised if not. anyways it's probably better to use upstream rawspeed for changes. about the blank...
okay is that error any different to the older imgui at all? not sure i understand how you would put imgui into a gtk3/cairo application. as additional dependency? maybe a...
looks like you're lacking `-rdynamic` or the equivalent?
the compilation issue: could it be that `kernel` is a reserved keyword in metal? maybe try to rename it in the vkdt glsl to something else (`kern` for instance)?
uh, it seems the M1/M2 is quite limited when it comes to the number of storage images you can use at the same time (it's 8 as compared to 1048576...
black screen sounds like progress ;) does it also not even show any imgui controls at all or is just the center region black? let me double check the uniform...
right this looks related. to debug the device operation, maybe run it through the cli to take away threading issues? maybe like ``` vkdt cli -d all -g ./path/to/some.raw.cfg ```...