Robin Voetter

Results 46 comments of Robin Voetter

@slimsag Would you be interested in maintaining compatibility with Mach nominated versions? It wouldn't be that much effort to add, but then there needs to be some infrastructure for keeping...

I dont think adding a dependency is nice here. The vk.xml provided in the repository is really as example, it is explicitly not intended as source. That said, Im fine...

It looks like there are ways to create a release from github CI directly. I think ideally it should be as follows: - Automatically generate a release when a new...

I just pushed a new build.zig for the example that shows you how to do it. For now I haven't yet added it as a dependency to the main build.zig,...

Now that #127 is merged, I realize that actually creating the function sets is kind of verbose. I figured, maybe there is a way to unify the "Info" structs, and...

Implemented the above. It wasn't so hard and feels pretty nice

Hello, i haven't tried to compile Xenodon on Windows yet, and i don't have much experience with visual studio. I usually either use MSYS2 or WSL. That said, the code...

I was not able to get it working, i couldn't get meson to generate a vs project. A friend who i asked to try to compile it on windows with...

Yes, the intended way to go about that is to pass a flags structure with a single field set. There are a few other occasions where the raw `FlagBits` variant...

> Is it common to need to turn a flag bit (enum) value into a flags (bitfield) value? I've not seen anywhere it'd be terribly useful, but maybe I'm wrong....