PFN_vkGetMemoryNativeBufferOHOS

Type Alias PFN_vkGetMemoryNativeBufferOHOS 

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