glCreateSamplers top-level property

GlCreateSamplers glCreateSamplers
getter/setter pair

Implementation

GlCreateSamplers glCreateSamplers =
    loadFunction<GlCreateSamplersNative>(_library, 'glCreateSamplers')
        .asFunction<GlCreateSamplers>();