GlFramebufferTexture typedef

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

Implementation

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