Type Definition vulkan_bindings::FnGetDeviceProcAddr

source ·
pub type FnGetDeviceProcAddr = extern "system" fn(device: Device, pName: *const c_char) -> FnVoidFunction;