cullFace method

void cullFace(
  1. int mode
)

Implementation

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