UNPKG

@idmwx/idmui-gl4

Version:

idm webgl4

51 lines (50 loc) 1.36 kB
export default _sfc_main; declare namespace _sfc_main { const name: string; namespace props { namespace simple { export const type: BooleanConstructor; const _default: boolean; export { _default as default }; } namespace factor { const type_1: ObjectConstructor; export { type_1 as type }; } namespace viewport { const type_2: ObjectConstructor; export { type_2 as type }; } namespace menuToggle { const type_3: ObjectConstructor; export { type_3 as type }; } } function data(): { program: undefined; context: undefined; texture: undefined; rampColor: undefined; aPositionBuffer: undefined; webgl: WebGL; etime: undefined; right: number; }; const watch: { 'factor.version': { handler(): void; immediate: boolean; }; 'menuToggle.v': { handler(): void; immediate: boolean; }; }; namespace methods { function handleRender(): void; function handleClear(): void; function handleSetup(): void; function handleDraw(): Promise<void>; } } import { WebGL } from '../../helper/viewport.ts';