浏览代码

missing engine docs

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;
     }
 
+    /**
+     * 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;