GlFramebufferDrawBuffersEXT typedef

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

Implementation

typedef GlFramebufferDrawBuffersEXT = void Function(
    int framebuffer, int n, Pointer<Uint32> bufs);