UNPKG

three

Version:

JavaScript 3D library

13 lines (11 loc) 259 B
import { WebGLRenderTarget, WebGLRenderTargetOptions, } from './WebGLRenderTarget'; export class WebGLMultisampleRenderTarget extends WebGLRenderTarget { constructor( width: number, height: number, options?: WebGLRenderTargetOptions ); }