glCullFace method

void glCullFace(
  1. int mode
)

Implementation

void glCullFace(int mode) {
  gles.glCullFace(gl, mode);
}