Type Definition vulkano::DeviceSize[][src]

pub type DeviceSize = u64;
Expand description

Represents memory size and offset values on a Vulkan device. Analogous to the Rust usize type on the host. https://www.khronos.org/registry/vulkan/specs/1.2-extensions/man/html/VkDeviceSize.html