glIsShader method

int glIsShader(
  1. int shader
)

Implementation

int glIsShader(
  int shader,
) {
  return _glIsShader(
    shader,
  );
}