GlGenSamplersNative typedef

GlGenSamplersNative = Void Function(Int32 n, Pointer<Uint32> buffers)

Implementation

typedef GlGenSamplersNative = Void Function(
    Int32 count, Pointer<Uint32> samplers);