ClassesMFXGLContextVersion: 0.10.0On this pageMFXGLContext Index ConstructorsconstructorPropertiesbufferInfocachedTexturescropframeBufferInfoglpaintProgramInfotextureIntextureOutMethodsattachTextureToFramebufferclearsetCropConstructors constructornew MFXGLContext(width: number, height: number): MFXGLContextProperties bufferInfobufferInfo: BufferInfocachedTexturescachedTextures: WeakMap<VideoFrame, WebGLTexture> = ...cropcrop: Crop = nullframeBufferInfoframeBufferInfo: FramebufferInfoglgl: WebGL2RenderingContextpaintProgramInfopaintProgramInfo: ProgramInfotextureIntextureIn: WebGLTexturetextureOuttextureOut: WebGLTextureMethods attachTextureToFramebufferattachTextureToFramebuffer(texture: WebGLTexture): voidclearclear(): voidsetCropsetCrop(crop: Crop): void