GlNamedFramebufferTextureLayer typedef

GlNamedFramebufferTextureLayer = void Function(int framebuffer, int attachment, int texture, int level, int layer)

Implementation

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