GlInvalidateSubFramebuffer typedef

GlInvalidateSubFramebuffer = void Function(int target, int numAttachments, Pointer<Uint32> attachments, int x, int y, int width, int height)

Implementation

typedef GlInvalidateSubFramebuffer = void Function(
    int target,
    int numAttachments,
    Pointer<Uint32> attachments,
    int x,
    int y,
    int width,
    int height);