Skip to content

Commit

Permalink
Backwards compat
Browse files Browse the repository at this point in the history
  • Loading branch information
Methuselah96 committed Jul 28, 2023
1 parent e415d19 commit 6b0c6b6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions types/three/src/renderers/WebGLRenderTarget.d.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
import { Texture } from '../textures/Texture.js';
import { RenderTarget, RenderTargetOptions } from '../core/RenderTarget.js';

// tslint:disable-next-line:no-empty-interface
export interface WebGLRenderTargetOptions extends RenderTargetOptions {}

export class WebGLRenderTarget<TTexture extends Texture | Texture[] = Texture> extends RenderTarget<TTexture> {
constructor(width?: number, height?: number, options?: RenderTargetOptions);

Expand Down

0 comments on commit 6b0c6b6

Please sign in to comment.