glFrontFace method

void glFrontFace(
  1. int mode
)

Implementation

void glFrontFace(int mode) {
  gl.frontFace(mode);
}