Note that this commit changes the pseudo-ancil-data type from unsigned int to an unsigned short. Our pseudoancil code creates 5 bits of data to store adjacency information for glass. Glass also has 4 bits for color info. This means we need a total of 9 bits to render these (thus int --> short)