extended loader

This commit is contained in:
maik klein 2016-12-04 03:14:31 +01:00
parent c6ce603f62
commit 5692594536

View file

@ -358,7 +358,7 @@ impl fmt::Debug for AllocationCallbacks {
}
}
#[derive(Debug, Clone)]
#[derive(Default, Debug, Clone)]
#[repr(C)]
pub struct PhysicalDeviceFeatures {
pub robust_buffer_access: Bool32,