Osspial / vk-rs

Collection of Rust libraries for the Vulkan API
MIT License
24 stars 4 forks source link

Use bitflags crate #12

Open kvark opened 6 years ago

kvark commented 6 years ago

... instead of rolling in our own implementation for bitflags

TimDiekmann commented 6 years ago

Maybe you could also consider the use of the EnumFlags-Crate, which would result in a similar api to the vk.hpp.