Interface IGLRenderingContext
  
  
  
  Assembly: STGLObjectTypes.dll
  Syntax
  
    [Guid("DA8D1C8F-C4D2-4C3F-A805-388404E983E0")]
[InterfaceType(ComInterfaceType.InterfaceIsIUnknown)]
public interface IGLRenderingContext : IGLCommands
   
  Methods
  
  GenerateList()
  
  
  Declaration
  
  Returns
  
  
  glBegin(TGLPrimitiveType)
  
  
  Declaration
  
    void glBegin(TGLPrimitiveType pType)
   
  Parameters
  
  
  glColor(int)
  
  
  Declaration
  
  Parameters
  
    
      
        | Type | Name | Description | 
    
    
      
        | int | c |  | 
    
  
  
  glColorAlpha(int, float)
  
  
  Declaration
  
    void glColorAlpha(int c, float a)
   
  Parameters
  
  
  glDisable(TGLState)
  
  
  Declaration
  
    void glDisable(TGLState State)
   
  Parameters
  
  
  glEnable(TGLState)
  
  
  Declaration
  
    void glEnable(TGLState State)
   
  Parameters
  
  
  glEnd()
  
  
  Declaration
  
  
  glLoadMatrix(ref TST3DMatrix)
  
  
  Declaration
  
    void glLoadMatrix(ref TST3DMatrix m)
   
  Parameters
  
  
  glMultMatrix(ref TST3DMatrix)
  
  
  Declaration
  
    void glMultMatrix(ref TST3DMatrix m)
   
  Parameters
  
  
  glNormal(ref TST3SPoint)
  
  
  Declaration
  
    void glNormal(ref TST3SPoint n)
   
  Parameters
  
  
  glPopAttrib()
  
  
  Declaration
  
  
  glPopMatrix()
  
  
  Declaration
  
  
  glPopName()
  
  
  Declaration
  
  
  glPushAttrib(int)
  
  
  Declaration
  
    void glPushAttrib(int AttribSet)
   
  Parameters
  
    
      
        | Type | Name | Description | 
    
    
      
        | int | AttribSet |  | 
    
  
  
  glPushMatrix()
  
  
  Declaration
  
  
  glPushName(long)
  
  
  Declaration
  
    void glPushName(long Name)
   
  Parameters
  
    
      
        | Type | Name | Description | 
    
    
      
        | long | Name |  | 
    
  
  
  glVertex(ref TST3SPoint)
  
  
  Declaration
  
    void glVertex(ref TST3SPoint p)
   
  Parameters