Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

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

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

Parameters

callback: (delta: number) => void