me-webgpu-react
Version:
React wrapper for **MatrixEngine WebGPU** — a lightweight WebGPU 3D engine for meshes, physics, and more.
8 lines (7 loc) • 330 B
TypeScript
import React from 'react';
export declare const MatrixEngineWGPUContext: React.Context<any>;
export declare const useMatrixEngineWGPU: () => any;
export declare const injectEngineExternally: (engine: any) => void;
export declare const MatrixEngineProvider: ({ children }: {
children: React.ReactNode;
}) => React.JSX.Element;