bindTexture method
dynamic
bindTexture(
- dynamic type,
- dynamic texture
Implementation
bindTexture(type, texture) {
return gl.bindTexture(type, texture);
}
bindTexture(type, texture) {
return gl.bindTexture(type, texture);
}