Re: [racket-users] Seeking feedback on Vulkan integration progress

2019-10-17 Thread Jay McCarthy
This is really great. For the unions, I'd recommend generating helpers that just call `union-ref` and `union-set` that have the names you want. For the type names, I agree; I would prefer to never leave out the `_t`s because when I'm writing an FFI, I want to think like a C programmer. C'est la v

[racket-users] Seeking feedback on Vulkan integration progress

2019-10-17 Thread Sage Gerard
I finished generating C enums, bitsets, function pointers, structs, unions and handle declarations from the Vulkan API registry. I wrote an article on the topic with a link to the current output module [1]. I tried using dynamic-ffi but hit an issue re: header selection that I expect will be re