glBindTexture function

  1. @JS()
void glBindTexture(
  1. JSObject gl,
  2. int type,
  3. JSAny? texture
)

Implementation

@JS()
external void glBindTexture(JSObject gl, int type, JSAny? texture);