glCullFace method

void glCullFace(
  1. int mode
)

Implementation

void glCullFace(int mode) {
  gl.cullFace(mode);
}