web3d / node_modules /three /src /renderers /WebGLMultisampleRenderTarget.d.ts
julien-c's picture
julien-c HF staff
do not gitignore the builds
6cd9596
raw
history blame contribute delete
259 Bytes
import {
WebGLRenderTarget,
WebGLRenderTargetOptions,
} from './WebGLRenderTarget';
export class WebGLMultisampleRenderTarget extends WebGLRenderTarget {
constructor(
width: number,
height: number,
options?: WebGLRenderTargetOptions
);
}