framebufferTextureMultiviewOVR method

void framebufferTextureMultiviewOVR(
  1. int target,
  2. int attachment,
  3. WebGLTexture? texture,
  4. int level,
  5. int baseViewIndex,
  6. int numViews,
)

Implementation

void framebufferTextureMultiviewOVR(int target, int attachment,
        WebGLTexture? texture, int level, int baseViewIndex, int numViews) =>
    js_util.callMethod(this, 'framebufferTextureMultiviewOVR',
        [target, attachment, texture, level, baseViewIndex, numViews]);