GlBindSamplers typedef

GlBindSamplers = void Function(int first, int count, Pointer<Uint32> samplers)

Implementation

typedef GlBindSamplers = void Function(
    int first, int count, Pointer<Uint32> samplers);