GlFramebufferTexture1D typedef

GlFramebufferTexture1D = void Function(int target, int attachment, int textarget, int texture, int level)

Implementation

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