GlFramebufferTextureARB typedef

GlFramebufferTextureARB = void Function(int bindingindex, int buffer, int offset, int stride)

Implementation

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