Type Alias 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

Trait Implementations§

source§

impl From<DeviceAlignment> for DeviceSize

source§

fn from(alignment: DeviceAlignment) -> Self

Converts to this type from the input type.