/** * This code was generated by "react-native codegen-lib-harmony" */ import { Tag } from "@rnoh/react-native-openharmony/ts" export namespace RNGLContext { export const NAME = 'RNGLContext' as const export type GlObj = {frag: string, name: string} export interface Spec { addShader(id: number, shader: GlObj, callback: (err: string, res: string) => void): void; removeShader(id: number): void; } }