bindTexture 方法

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

实现

void bindTexture(int target, Texture? texture) native;