GlBindTextures typedef

GlBindTextures = void Function(int first, int count, Pointer<Uint32> textures)

Implementation

typedef GlBindTextures = void Function(
    int first, int count, Pointer<Uint32> textures);