glGetTexImage top-level property

GlClearBufferData glGetTexImage
getter/setter pair

Implementation

GlGetTexImage glGetTexImage =
    loadFunction<GlGetTexImageNative>(_library, 'glGetTexImage')
        .asFunction<GlGetTexImage>();