未验证 提交 dba9a478 编写于 作者: M Mr.doob 提交者: GitHub

Merge pull request #19095 from twastvedt/patch-1

Add samples to WebGLMultisampleRenderTarget.d.ts.
......@@ -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.
先完成此消息的编辑!
想要评论请 注册