Type Definition vulkano::DeviceSize

source · []
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.3-extensions/man/html/VkDeviceSize.html