GlBindVertexBuffer typedef

GlBindVertexBuffer = void Function(int bindingindex, int buffer, int offset, int stride)

Implementation

typedef GlBindVertexBuffer = void Function(
    int bindingindex, int buffer, int offset, int stride);