glEndQuery method

void glEndQuery(
  1. int target
)

Implementation

void glEndQuery(
  int target,
) {
  return _glEndQuery(
    target,
  );
}