Skip to main content
Module

x/daybreak/src/web/mod.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@0.1.0/src/web/mod.ts";

Parameters

callback: (delta: number) => void