diff --git a/source/GLRender/GLObject.ts b/source/GLRender/GLObject.ts new file mode 100644 index 0000000..b21d613 --- /dev/null +++ b/source/GLRender/GLObject.ts @@ -0,0 +1,8 @@ +import { GLContextObject } from "./GLContext"; +import { EventType } from "@Model/Emitter"; + +export abstract class GLObject3D< + E extends Record = {} +> extends GLContextObject { + +}; \ No newline at end of file