Trevor Baron 6 роки тому
батько
коміт
01314617bf
1 змінених файлів з 4 додано та 0 видалено
  1. 4 0
      src/Engines/engine.ts

+ 4 - 0
src/Engines/engine.ts

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