GlNamedFramebufferTexture typedef

GlNamedFramebufferTexture = void Function(int framebuffer, int attachment, int texture, int level)

Implementation

typedef GlNamedFramebufferTexture = void Function(
    int framebuffer, int attachment, int texture, int level);