GlNamedFramebufferDrawBuffers typedef

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

Implementation

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