UniformSampler constructor

UniformSampler(
  1. UniformSlot slot
)

Instance of a uniform sampler. Represented by a Texture.

Implementation

UniformSampler(super.slot);