Class GL.Gremedy
  
  
  
  
  
  
  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
  
  
  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
  
  
  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
  
  
  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
  
  
  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