Show / Hide Table of Contents

Class GL.Gremedy

Inheritance
Object
GL.Gremedy
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 Gremedy

Methods

FrameTerminator()

[requires: GREMEDY_frame_terminator]

Declaration
[AutoGenerated(Category = "GREMEDY_frame_terminator", Version = "", EntryPoint = "glFrameTerminatorGREMEDY")]
public static void FrameTerminator()

StringMarker(Int32, IntPtr)

[requires: GREMEDY_string_marker]

Declaration
[AutoGenerated(Category = "GREMEDY_string_marker", Version = "", EntryPoint = "glStringMarkerGREMEDY")]
public static void StringMarker(int len, [Count(Parameter = "len")] IntPtr string)
Parameters
Type Name Description
Int32 len
IntPtr string

StringMarker<T1>(Int32, ref T1)

[requires: GREMEDY_string_marker]

Declaration
[AutoGenerated(Category = "GREMEDY_string_marker", Version = "", EntryPoint = "glStringMarkerGREMEDY")]
public static void StringMarker<T1>(int len, [Count(Parameter = "len")] ref T1 string)
    where T1 : struct
Parameters
Type Name Description
Int32 len
T1 string
Type Parameters
Name Description
T1

StringMarker<T1>(Int32, T1[])

[requires: GREMEDY_string_marker]

Declaration
[AutoGenerated(Category = "GREMEDY_string_marker", Version = "", EntryPoint = "glStringMarkerGREMEDY")]
[CLSCompliant(false)]
public static void StringMarker<T1>(int len, [Count(Parameter = "len")] T1[] string)
    where T1 : struct
Parameters
Type Name Description
Int32 len
T1[] string
Type Parameters
Name Description
T1

StringMarker<T1>(Int32, T1[,,])

[requires: GREMEDY_string_marker]

Declaration
[AutoGenerated(Category = "GREMEDY_string_marker", Version = "", EntryPoint = "glStringMarkerGREMEDY")]
[CLSCompliant(false)]
public static void StringMarker<T1>(int len, [Count(Parameter = "len")] T1[,, ] string)
    where T1 : struct
Parameters
Type Name Description
Int32 len
T1[,,] string
Type Parameters
Name Description
T1

StringMarker<T1>(Int32, T1[,])

[requires: GREMEDY_string_marker]

Declaration
[AutoGenerated(Category = "GREMEDY_string_marker", Version = "", EntryPoint = "glStringMarkerGREMEDY")]
[CLSCompliant(false)]
public static void StringMarker<T1>(int len, [Count(Parameter = "len")] T1[, ] string)
    where T1 : struct
Parameters
Type Name Description
Int32 len
T1[,] string
Type Parameters
Name Description
T1
In This Article
Back to top Generated by DocFX