Benjamin Guignabert 5 years ago
parent
commit
379d96b653
1 changed files with 1 additions and 0 deletions
  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;