@tolokoban/tgd
Version:
ToloGameDev library for WebGL2
5 lines • 314 B
TypeScript
import { TgdCodeBloc } from "../shader";
import { WasmFunction, WasmFunctionImport } from "./types";
export declare function wasm_function_import(func: WasmFunctionImport): TgdCodeBloc[];
export declare function wasm_function(name: string, func: WasmFunction): TgdCodeBloc[];
//# sourceMappingURL=function.d.ts.map