bindTexture method

dynamic bindTexture(
  1. dynamic type,
  2. dynamic texture
)

Implementation

bindTexture(type, texture) {
  return gl.bindTexture(type, texture);
}