frontFace method

void frontFace(
  1. int v0
)

Implementation

void frontFace(int v0) {
  return glFrontFace(v0);
}