spirv-reflect-rs
spirv-reflect-rs copied to clipboard
Enable size_t_is_usize in bindgen
This fixes build issues on 64-bit Windows.
This option will be enabled by default in future versions of bindgen, it seems to be the right way to get portable bindings.
Supercedes #18