未验证 提交 958cffb4 编写于 作者: T Trygve Wastvedt 提交者: GitHub

Add samples to WebGLMultisampleRenderTarget.d.ts.

上级 d52b0925
......@@ -13,4 +13,9 @@ export class WebGLMultisampleRenderTarget extends WebGLRenderTarget {
readonly isWebGLMultisampleRenderTarget: true;
/**
* Specifies the number of samples to be used for the renderbuffer storage.However, the maximum supported size for multisampling is platform dependent and defined via gl.MAX_SAMPLES.
*/
samples: number;
}
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册