Type Alias openxr_sys::pfn::BeginFrame

source ·
pub type BeginFrame = unsafe extern "system" fn(session: Session, frame_begin_info: *const FrameBeginInfo) -> Result;
Expand description