glGenerateMipmap method

void glGenerateMipmap(
  1. int target
)

Implementation

void glGenerateMipmap(int target) {
  gl.generateMipmap(target);
}