glFramebufferTexture1D top-level property

GlFramebufferTexture1D glFramebufferTexture1D
getter/setter pair

Implementation

GlFramebufferTexture1D glFramebufferTexture1D =
    loadFunction<GlFramebufferTexture1DNative>(
            _library, 'glFramebufferTexture1D')
        .asFunction<GlFramebufferTexture1D>();