glBindVertexArray top-level property

GlBindVertexArray glBindVertexArray
getter/setter pair

Implementation

GlBindVertexArray glBindVertexArray =
    loadFunction<GlBindVertexArrayNative>(_library, 'glBindVertexArray')
        .asFunction<GlBindVertexArray>();