pub type DeviceName = StringArray<vulkan_rust_sys::::string_array::DeviceName::{constant#0}>;Expand description
Physical device name string, from PhysicalDeviceProperties::device_name.
Aliased Type§
#[repr(transparent)]pub struct DeviceName(pub [i8; 256]);Tuple Fields§
§0: [i8; 256]