VkFormat

Type Alias VkFormat 

Source
pub type VkFormat = u32;
Expand description

A Vulkan format, one of the VK_FORMAT_ constants.

This is just a type alias for u32 for maximum compatibility with the Rust Vulkan ecosystem.