Пример #1
0
 protected override void DrawVertices(/* final */ GL10 pGL, /* final */ Camera pCamera)
 {
     pGL.GlDrawArrays(GL10Consts.GlTriangleStrip, 0, 4);
 }
Пример #2
0
 protected override void DrawVertices(/* final */ GL10 pGL, /* final */ Camera pCamera)
 {
     pGL.GlDrawArrays(GL10Consts.GlTriangleStrip, 0, 4);
 }