UniformInstance<T> constructor

UniformInstance<T>(
  1. UniformSlot slot
)

An instance of a UniformSlot that can cache the resource that will be bound to a Shader.

Implementation

UniformInstance(this.slot) : super(null);