createSampler method

GlSampler createSampler()

Implementation

GlSampler createSampler() {
  return _gl.createSampler();
}