Unity Shader folks out there: is it possible to combine two textures into one texture (to reduce sampling cost) by splitting the R G B A channels into the first set of bits and second set of bits? This would reduce the color quality, but is this a technique people use at all?