Browse Source

missing engine docs

Trevor Baron 6 years ago
parent
commit
01314617bf
1 changed files with 4 additions and 0 deletions
  1. 4 0
      src/Engines/engine.ts

+ 4 - 0
src/Engines/engine.ts

@@ -5595,6 +5595,10 @@ export class Engine {
         return internalTexture;
     }
 
+    /**
+     * Binds a multiview framebuffer to be drawn to
+     * @param multiviewTexture texture to bind
+     */
     public bindMultiviewFramebuffer(multiviewTexture: InternalTexture) {
         var gl: any = this._gl;
         var ext = this.getCaps().multiview;