Skip to content

Commit

Permalink
fix: remove context field from WebGLRenderer (#226)
Browse files Browse the repository at this point in the history
  • Loading branch information
capnmidnight authored Jun 14, 2022
1 parent fe6bc9b commit 4ecb654
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions types/three/src/renderers/WebGLRenderer.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -127,11 +127,6 @@ export class WebGLRenderer implements Renderer {
*/
domElement: HTMLCanvasElement;

/**
* The HTML5 Canvas's 'webgl' context obtained from the canvas where the renderer will draw.
*/
context: WebGLRenderingContext;

/**
* Defines whether the renderer should automatically clear its output before rendering.
* @default true
Expand Down

0 comments on commit 4ecb654

Please sign in to comment.