Explorar o código

missing engine docs

Trevor Baron %!s(int64=6) %!d(string=hai) anos
pai
achega
01314617bf
Modificáronse 1 ficheiros con 4 adicións e 0 borrados
  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;