Lioncash 954246d10e VideoCommon/ShaderGenCommon: Remove use of a union within ShaderUid
This is only ever used to retrieve a raw view of the given UID data
structure, however it's already valid C++ to retrieve a char/unsigned
char view of an object for bytewise inspection.

u8 maps to unsigned char on all platforms we support, so we can just do
this directly with a reinterpret cast, simplifying the overall
interface.
2019-05-30 06:41:57 -04:00
..
2018-04-12 21:28:39 +02:00
2019-03-11 22:17:13 +03:00
2017-05-26 00:53:58 -07:00
2016-01-17 20:11:45 -05:00
2019-04-05 07:01:03 -04:00
2017-03-26 23:08:33 -04:00
2018-04-12 21:28:39 +02:00
2017-06-15 21:34:04 +02:00
2015-05-25 13:22:31 +02:00
2018-04-12 21:28:39 +02:00
2019-04-01 11:24:55 +10:00
2016-01-17 20:11:45 -05:00