Show / Hide Table of Contents

Class GL.Ovr

Inheritance
Object
GL.Ovr
Inherited Members
Object.ToString()
Object.Equals(Object)
Object.Equals(Object, Object)
Object.ReferenceEquals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Namespace: OpenTK.Graphics.OpenGL
Assembly: OpenTK.dll
Syntax
public static class Ovr

Methods

FramebufferTextureMultiview(FramebufferTarget, FramebufferAttachment, Int32, Int32, Int32, Int32)

[requires: OVR_multiview]

Declaration
[AutoGenerated(Category = "OVR_multiview", Version = "", EntryPoint = "glFramebufferTextureMultiviewOVR")]
[CLSCompliant(false)]
public static void FramebufferTextureMultiview(FramebufferTarget target, FramebufferAttachment attachment, int texture, int level, int baseViewIndex, int numViews)
Parameters
Type Name Description
FramebufferTarget target
FramebufferAttachment attachment
Int32 texture
Int32 level
Int32 baseViewIndex
Int32 numViews

FramebufferTextureMultiview(FramebufferTarget, FramebufferAttachment, UInt32, Int32, Int32, Int32)

[requires: OVR_multiview]

Declaration
[AutoGenerated(Category = "OVR_multiview", Version = "", EntryPoint = "glFramebufferTextureMultiviewOVR")]
[CLSCompliant(false)]
public static void FramebufferTextureMultiview(FramebufferTarget target, FramebufferAttachment attachment, uint texture, int level, int baseViewIndex, int numViews)
Parameters
Type Name Description
FramebufferTarget target
FramebufferAttachment attachment
UInt32 texture
Int32 level
Int32 baseViewIndex
Int32 numViews
In This Article
Back to top Generated by DocFX