void DrawDynamicPolys(int start,int count)
    Draw polygon list from dynamic buffer.

    start: the start vertex index in the buffer.
    count: number of polygons, all polygons includes 3 vertex.


The layer buffer is not static buffer, and its coordinates are in pixel of screen. And it is not rotated in 3D.