OVRMultiview2 constructor
OVRMultiview2({})
Implementation
factory OVRMultiview2({
_i2.num? framebufferAttachmentTextureNumViewsOvr,
_i2.num? framebufferAttachmentTextureBaseViewIndexOvr,
_i2.num? maxViewsOvr,
_i2.num? framebufferIncompleteViewTargetsOvr,
void Function(
_i2.num,
_i2.num,
_i2.num,
_i2.num,
_i2.num, [
_i3.WebGLTexture?,
])? framebufferTextureMultiviewOVR,
}) =>
OVRMultiview2._(
framebufferAttachmentTextureNumViewsOvr:
framebufferAttachmentTextureNumViewsOvr,
framebufferAttachmentTextureBaseViewIndexOvr:
framebufferAttachmentTextureBaseViewIndexOvr,
maxViewsOvr: maxViewsOvr,
framebufferIncompleteViewTargetsOvr:
framebufferIncompleteViewTargetsOvr,
framebufferTextureMultiviewOVR: framebufferTextureMultiviewOVR == null
? null
: _i4.allowInterop(framebufferTextureMultiviewOVR),
);