Changes the current texture slot. This is used in shaders to specify samplers.
@override void textureSlot(int slot) { glActiveTexture(GL_TEXTURE0 + slot); }