GlGetSamplerParameterIuiv typedef

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

Implementation

typedef GlGetSamplerParameterIuiv = void Function(
    int sampler, int pname, Pointer<Uint32> params);