user_data: *mut c_void,
size: usize,
alignment: usize,
- allocationScope: SystemAllocationScope,
+ allocation_scope: SystemAllocationScope,
) -> *mut c_void;
pub type FnReallocationFunction = extern "system" fn(
extern "system" fn(physical_device: PhysicalDevice, features: *mut PhysicalDeviceFeatures2);
pub type FnGetPhysicalDeviceFormatProperties = extern "system" fn(
- physicalDevice: PhysicalDevice,
+ physical_device: PhysicalDevice,
format: Format,
format_properties: &mut FormatProperties,
);
pub type FnGetPhysicalDeviceImageFormatProperties = extern "system" fn(
- physicalDevice: PhysicalDevice,
+ physical_device: PhysicalDevice,
format: Format,
r#type: ImageType,
tiling: ImageTiling,
) -> Result;
pub type FnGetPhysicalDeviceProperties =
- extern "system" fn(physicalDevice: PhysicalDevice, properties: *mut PhysicalDeviceProperties);
+ extern "system" fn(physical_device: PhysicalDevice, properties: *mut PhysicalDeviceProperties);
pub type FnGetPhysicalDeviceProperties2 =
- extern "system" fn(physicalDevice: PhysicalDevice, properties: *mut PhysicalDeviceProperties2);
+ extern "system" fn(physical_device: PhysicalDevice, properties: *mut PhysicalDeviceProperties2);
pub type FnGetPhysicalDeviceQueueFamilyProperties = extern "system" fn(
physical_device: PhysicalDevice,