racket-vulkan icon indicating copy to clipboard operation
racket-vulkan copied to clipboard

Design method for incorporating preprocessor directive in bindings.

Open zyrolasting opened this issue 6 years ago • 0 comments

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.

zyrolasting avatar Oct 09 '19 21:10 zyrolasting