GlInvalidateFramebuffer typedef

GlInvalidateFramebuffer = void Function(int first, int count, Pointer<Uint32> textures)

Implementation

typedef GlInvalidateFramebuffer = void Function(
    int target, int numAttachments, Pointer<Uint32> attachments);