download
raw
269 Bytes
import { RenderTarget } from '../core/RenderTarget.js';
class WebGLRenderTarget extends RenderTarget {
constructor( width = 1, height = 1, options = {} ) {
super( width, height, options );
this.isWebGLRenderTarget = true;
}
}
export { WebGLRenderTarget };

Xet Storage Details

Size:
269 Bytes
·
Xet hash:
8e4d88909587f55173ed3188fa6c88ec432cacd9bf49ca40d9c10d9b15414952

Xet efficiently stores files, intelligently splitting them into unique chunks and accelerating uploads and downloads. More info.