glIsTexture method

int glIsTexture(
  1. int texture
)

Implementation

int glIsTexture(
  int texture,
) {
  return _glIsTexture(
    texture,
  );
}