cullFace method

void cullFace(
  1. int kind
)

Implementation

void cullFace(int kind) {
  _gl.cullFace(kind);
}