checkFramebufferStatus method

int checkFramebufferStatus(
  1. int target
)

Implementation

int checkFramebufferStatus(int target) =>
    js_util.callMethod(this, 'checkFramebufferStatus', [target]);