pub type VkFormat = u32;
A Vulkan format, one of the VK_FORMAT_ constants.
VK_FORMAT_
This is just a type alias for u32 for maximum compatibility with the Rust Vulkan ecosystem.
u32