racket-vulkan
racket-vulkan copied to clipboard
Design method for incorporating preprocessor directive in bindings.
vulkan.h has preprocessor directives. We can either manually track those or generate procedures that behave similarly to them.
A manual approach is fine as a stop-gap, therefore the scope of this issue focuses on code generation from analysis of a C macro.