glFramebufferTexture2D top-level property

GlFramebufferTexture2D glFramebufferTexture2D
getter/setter pair

Implementation

GlFramebufferTexture2D glFramebufferTexture2D =
    loadFunction<GlFramebufferTexture2DNative>(
            _library, 'glFramebufferTexture2D')
        .asFunction<GlFramebufferTexture2D>();