GlFramebufferTextureARB typedef

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

Implementation

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