frontFace method

void frontFace(
  1. int mode
)

Implementation

void frontFace(int mode) {
  _gl.frontFace(mode);
  checkError('frontFace');
}