Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/daybreak/src/web/animation.ts>requestAnimationFrame

[WIP] WebGPU API implementation for Deno, built using Dawn with FFI.
Latest
function requestAnimationFrame
import { requestAnimationFrame } from "https://deno.land/x/daybreak@0.1.2/src/web/animation.ts";

Parameters

callback: (delta: number) => void