GlInvalidateFramebufferNative typedef

GlInvalidateFramebufferNative = Void Function(Uint32 first, Int32 count, Pointer<Uint32> textures)

Implementation

typedef GlInvalidateFramebufferNative = Void Function(
    Uint32 target, Int32 numAttachments, Pointer<Uint32> attachments);