glInvalidateFramebuffer function

  1. @JS()
void glInvalidateFramebuffer(
  1. JSObject gl,
  2. int target,
  3. JSAny? attachments
)

Implementation

@JS()
external void glInvalidateFramebuffer(JSObject gl, int target, JSAny? attachments);