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://registry.khronos.org/vulkan/specs/1.3-extensions/man/html/VkDeviceSize.html
Trait Implementations§
Source§impl From<DeviceAlignment> for DeviceSize
impl From<DeviceAlignment> for DeviceSize
Source§fn from(alignment: DeviceAlignment) -> Self
fn from(alignment: DeviceAlignment) -> Self
Converts to this type from the input type.