draw
Description:
Allows you to draw geometry using all or a subset of the vertices in a vertex buffer.
Note: 
      
        
    
    Use the CoglPrimitive api instead
Any un-submitted attribute changes are automatically submitted before drawing.
Parameters:
| mode | A VerticesMode specifying how the vertices should be interpreted. | 
| first | Specifies the index of the first vertex you want to draw with | 
| count | Specifies the number of vertices you want to draw. | 
| handle | A vertex buffer handle |