Make GL.el protected to allow PostProcessGL subclass access

main
Warinyourself 3 months ago
parent ba23c21e3b
commit c52add1d46

@ -20,7 +20,7 @@ interface GlOption {
export default class GL {
ctx!: WebGLRenderingContext
private el!: HTMLCanvasElement
protected el!: HTMLCanvasElement
program!: WebGLProgram | null
private vertexShader!: WebGLShader

Loading…
Cancel
Save