GlNamedFramebufferTexture typedef

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

Implementation

typedef GlNamedFramebufferTexture = void Function(
    int framebuffer, int attachment, int texture, int level);