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.ES20
Assembly: OpenTK.dll
Syntax
public static class Ovr

Methods

FramebufferTextureMultisampleMultiview(All, All, Int32, Int32, Int32, Int32, Int32)

[requires: OVR_multiview_multisampled_render_to_texture]

Declaration
[Obsolete("Use strongly-typed overload instead")]
[AutoGenerated(Category = "OVR_multiview_multisampled_render_to_texture", Version = "", EntryPoint = "glFramebufferTextureMultisampleMultiviewOVR")]
[CLSCompliant(false)]
public static void FramebufferTextureMultisampleMultiview(All target, All attachment, int texture, int level, int samples, int baseViewIndex, int numViews)
Parameters
Type Name Description
All target
All attachment
Int32 texture
Int32 level
Int32 samples
Int32 baseViewIndex
Int32 numViews

FramebufferTextureMultisampleMultiview(All, All, UInt32, Int32, Int32, Int32, Int32)

[requires: OVR_multiview_multisampled_render_to_texture]

Declaration
[Obsolete("Use strongly-typed overload instead")]
[AutoGenerated(Category = "OVR_multiview_multisampled_render_to_texture", Version = "", EntryPoint = "glFramebufferTextureMultisampleMultiviewOVR")]
[CLSCompliant(false)]
public static void FramebufferTextureMultisampleMultiview(All target, All attachment, uint texture, int level, int samples, int baseViewIndex, int numViews)
Parameters
Type Name Description
All target
All attachment
UInt32 texture
Int32 level
Int32 samples
Int32 baseViewIndex
Int32 numViews

FramebufferTextureMultisampleMultiview(FramebufferTarget, FramebufferAttachment, Int32, Int32, Int32, Int32, Int32)

[requires: OVR_multiview_multisampled_render_to_texture]

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

FramebufferTextureMultisampleMultiview(FramebufferTarget, FramebufferAttachment, UInt32, Int32, Int32, Int32, Int32)

[requires: OVR_multiview_multisampled_render_to_texture]

Declaration
[AutoGenerated(Category = "OVR_multiview_multisampled_render_to_texture", Version = "", EntryPoint = "glFramebufferTextureMultisampleMultiviewOVR")]
[CLSCompliant(false)]
public static void FramebufferTextureMultisampleMultiview(FramebufferTarget target, FramebufferAttachment attachment, uint texture, int level, int samples, int baseViewIndex, int numViews)
Parameters
Type Name Description
FramebufferTarget target
FramebufferAttachment attachment
UInt32 texture
Int32 level
Int32 samples
Int32 baseViewIndex
Int32 numViews

FramebufferTextureMultiview(All, All, Int32, Int32, Int32, Int32)

[requires: OVR_multiview]

Declaration
[Obsolete("Use strongly-typed overload instead")]
[AutoGenerated(Category = "OVR_multiview", Version = "", EntryPoint = "glFramebufferTextureMultiviewOVR")]
[CLSCompliant(false)]
public static void FramebufferTextureMultiview(All target, All attachment, int texture, int level, int baseViewIndex, int numViews)
Parameters
Type Name Description
All target
All attachment
Int32 texture
Int32 level
Int32 baseViewIndex
Int32 numViews

FramebufferTextureMultiview(All, All, UInt32, Int32, Int32, Int32)

[requires: OVR_multiview]

Declaration
[Obsolete("Use strongly-typed overload instead")]
[AutoGenerated(Category = "OVR_multiview", Version = "", EntryPoint = "glFramebufferTextureMultiviewOVR")]
[CLSCompliant(false)]
public static void FramebufferTextureMultiview(All target, All attachment, uint texture, int level, int baseViewIndex, int numViews)
Parameters
Type Name Description
All target
All attachment
UInt32 texture
Int32 level
Int32 baseViewIndex
Int32 numViews

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