set method

void set(
  1. Image val
)

Set the Image value for the bound sampler associated with this slot.

Implementation

void set(Image val) {
  _shader.setImageSampler(_shaderIndex, val);
}