Function capture_gpu_frame

Source
pub fn capture_gpu_frame<T>(
    ctx: &Context,
    path: impl AsRef<Path>,
    f: impl FnOnce() -> T,
) -> T