Changes the current texture slot. This is used in shaders to specify samplers.
@override void textureSlot(int slot) { _context.activeTexture(web_gl.WebGL.TEXTURE0 + slot); }