breaking up texture channels

Started by
-1 comments, last by Dragon_Strike 16 years, 4 months ago
is it possible to break up texture channels into more "channels" aka. values with lower precision... lets say i have 24 bit RGB texture... this give 3 times 8 bit... now if u break it up into 6 channels you would get 6 times 4 bits... the hi and low of each channel... etc... is it possible to do this? and if so, how would you do it in a shader?

This topic is closed to new replies.

Advertisement