Tony Wasserka
Tony Wasserka
> What about https://andrewkelley.me/post/zig-cc-powerful-drop-in-replacement-gcc-clang.html > > https://ziglang.org/learn/overview/#cross-compiling-is-a-first-class-use-case FEX is a C++ project. If you see an applicable idea in this 40-minute-long article, please summarize your proposal here.
Just stumbled upon this issue as well. > Looks like this is somewhat intended and there are known workarounds listed in this discussion here. I agree that we can close...
Figured it out: The "C" flag actually belongs to the binfmt configuration set up by qemu-user. On my system, I now modified `/usr/lib/binfmt.d/qemu-.conf` by changing "FP" to "CFP". After running...
FYI a reliable workaround for this issue is to disable the default purge policy altogether (in Configuration -> Archiving). (Maybe that was obvious to some, but I was surprised nobody...
> +1 any workarounds appreciated I provided a workaround above. (It's really just a workaround, not a solution.) > Articles marked as unread can be due to multiple reasons, for...
For reference, here's a (probably) usable workaround in case anyone else comes across this issue: ```cpp void UnbindC3DProgram() { static DVLE_s dummy_dvle {}; static shaderInstance_s dummy_shader = { .dvle =...
FTR I've been working with this patch applied locally since May and haven't encountered any problems. Would be great to see this move forward.
Looks like the fullstack template is not set up to start a server on desktop. A possible workaround is to turn your "server" functions into normal functions on non-web targets...
Are you supposed to use things from the detail namespace or does vulkan.hpp's documentation suggest using anything different instead? As-is, this would need a preprocessor guard to ensure the build...
This was specifically changed in https://github.com/KhronosGroup/Vulkan-Hpp/releases/tag/v1.3.301 .