frontFace method
Implementation
void frontFace(int mode) {
startCheck("frontFace");
glFrontFace(_gl, mode);
checkError('frontFace');
}
void frontFace(int mode) {
startCheck("frontFace");
glFrontFace(_gl, mode);
checkError('frontFace');
}