cullFace method

void cullFace(
  1. int v0
)

Implementation

void cullFace(int v0) {
  return glCullFace(v0);
}