GlFramebufferTexture typedef

GlFramebufferTexture = void Function(int target, int attachment, int texture, int level)

Implementation

typedef GlFramebufferTexture = void Function(
    int target, int attachment, int texture, int level);