glBindVertexBuffer top-level property

GlBindVertexBuffer glBindVertexBuffer
getter/setter pair

Implementation

GlBindVertexBuffer glBindVertexBuffer =
    loadFunction<GlBindVertexBufferNative>(_library, 'glBindVertexBuffer')
        .asFunction<GlBindVertexBuffer>();