Skip to content

Commit 4ecb654

Browse files
authored
fix: remove context field from WebGLRenderer (#226)
1 parent fe6bc9b commit 4ecb654

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

types/three/src/renderers/WebGLRenderer.d.ts

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -127,11 +127,6 @@ export class WebGLRenderer implements Renderer {
127127
*/
128128
domElement: HTMLCanvasElement;
129129

130-
/**
131-
* The HTML5 Canvas's 'webgl' context obtained from the canvas where the renderer will draw.
132-
*/
133-
context: WebGLRenderingContext;
134-
135130
/**
136131
* Defines whether the renderer should automatically clear its output before rendering.
137132
* @default true

0 commit comments

Comments
 (0)