bindTexture method

void bindTexture (
  1. int target,
  2. Texture texture
)

Implementation

void bindTexture(int target, Texture texture) native;