Browse Source

missing engine docs

Trevor Baron 6 năm trước cách đây
mục cha
commit
01314617bf
1 tập tin đã thay đổi với 4 bổ sung0 xóa
  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;