RecordedTexture constructor

const RecordedTexture(
  1. String slot,
  2. TextureHandle texture,
  3. SamplerOptions? sampler
)

Implementation

const RecordedTexture(this.slot, this.texture, this.sampler);