@idmwx/idmui-gl4
Version:
idm webgl4
51 lines (50 loc) • 1.35 kB
TypeScript
export default _sfc_main;
declare namespace _sfc_main {
const name: string;
namespace props {
namespace factor {
const type: ObjectConstructor;
}
namespace viewport {
const type_1: ObjectConstructor;
export { type_1 as type };
}
namespace bottom {
const type_2: StringConstructor;
export { type_2 as type };
const _default: string;
export { _default as default };
}
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;
deep: 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';