es_format: remove right RGB shifts
RGB shifts carry zero entropy as they can trivially be recomputed from the RGB masks. And then, they were only two users. This saves 12 bytes per format.
Showing
Please register or sign in to comment
RGB shifts carry zero entropy as they can trivially be recomputed from the RGB masks. And then, they were only two users. This saves 12 bytes per format.