Class GL.Ovr
Inherited Members
Namespace: OpenTK.Graphics.OpenGL4
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 |