Function GLProgram.draw

draw mesh using this program (program should be bound by this time and all uniforms should be set)

override void draw(
  Mesh mesh,
  bool wireframe
);