GlCreateTextures typedef

GlCreateTextures = void Function(int target, int n, Pointer<Uint32> textures)

Implementation

typedef GlCreateTextures = void Function(
    int target, int n, Pointer<Uint32> textures);