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

x/neo/backend/types/backend.ts>Backend

👩‍💻 Matrix and other math, accelerated by WebGPU and WASM
Latest
interface Backend
import { type Backend } from "https://deno.land/x/neo@0.0.1-pre.1/backend/types/backend.ts";

Properties

readonly
type: BackendType
initalized: boolean
supported: boolean
operators: BackendOperators<this>

Methods

initialize(): Promise<void>