Benjamin Guignabert 5 年之前
父節點
當前提交
379d96b653
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      src/Materials/Textures/multiRenderTarget.ts

+ 1 - 0
src/Materials/Textures/multiRenderTarget.ts

@@ -245,6 +245,7 @@ export class MultiRenderTarget extends RenderTargetTexture {
      * Changes the number of render targets in this MRT
      * Be careful as it will recreate all the data in the new texture.
      * @param count new texture count
+     * @param options Specifies texture types and sampling modes for new textures
      */
     public updateCount(count: number, options?: IMultiRenderTargetOptions) {
         this._multiRenderTargetOptions.textureCount = count;