Merge pull request #1209 from Triang3l/all_format_info

[GPU] Add info about unknown texture formats
This commit is contained in:
Justin Moore
2018-09-07 17:08:07 -05:00
committed by GitHub
5 changed files with 23 additions and 15 deletions

View File

@@ -196,9 +196,9 @@ enum class ColorFormat : uint32_t {
k_32_FLOAT = 36,
k_32_32_FLOAT = 37,
k_32_32_32_32_FLOAT = 38,
k_2_10_10_10_FLOAT = 62,
kUnknown0x36 = 0x36, // not sure, but like 8888
k_2_10_10_10_AS_16_16_16_16 = 54,
k_8_8_8_8_GAMMA = 62,
k_2_10_10_10_FLOAT = 63,
};
enum class VertexFormat : uint32_t {