extended loader
This commit is contained in:
parent
c6ce603f62
commit
5692594536
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue