bindSampler method

void bindSampler(
  1. int unit,
  2. int sampler
)

Implementation

void bindSampler(int unit, int sampler) {
  gl.glBindSampler(unit, sampler);
}