[GPU] Move k_Y1_Cr_Y0_Cb_REP usage example to xenos.h

This commit is contained in:
Triang3l
2022-05-19 21:41:52 +03:00
parent 7d63d6e1d3
commit 1dcc919a33
2 changed files with 2 additions and 1 deletions

View File

@@ -412,6 +412,7 @@ enum class TextureFormat : uint32_t {
k_8_B = 9,
k_8_8 = 10,
k_Cr_Y1_Cb_Y0_REP = 11,
// Used for videos in 54540829.
k_Y1_Cr_Y0_Cb_REP = 12,
k_16_16_EDRAM = 13,
k_8_8_8_8_A = 14,