PFN_vkGetNativeBufferPropertiesOHOS

Type Alias PFN_vkGetNativeBufferPropertiesOHOS 

Source
pub type PFN_vkGetNativeBufferPropertiesOHOS = unsafe extern "system" fn(_device: Device, _buffer: *const OH_NativeBuffer, _properties: *mut NativeBufferPropertiesOHOS) -> Result;
Expand description