cullFace method

void cullFace(
  1. int mode
)

Implementation

void cullFace(int mode) {
  startCheck("cullFace");
  glCullFace(_gl, mode);
  checkError('cullFace');
}