Re-binding a previously bound uniform slot with `RenderPass.bindUniform`, nothing happens. Instead, the previous binding should be replaced. Calling `RenderPass.clearBindings()` is the workaround for this, but doing so shouldn't be necessary.