added "Maleoon" GPU Vendor.
This commit is contained in:
parent
2ad618e1ff
commit
5e8b83cce4
@ -155,7 +155,8 @@ namespace hgl
|
|||||||
Intel,
|
Intel,
|
||||||
Radeon,
|
Radeon,
|
||||||
Tegra,
|
Tegra,
|
||||||
ENUM_CLASS_RANGE(Unknow,Tegra)
|
Maleoon,
|
||||||
|
ENUM_CLASS_RANGE(Unknow,Maleoon)
|
||||||
};
|
};
|
||||||
|
|
||||||
constexpr const char *SOCGPUVendorName[]=
|
constexpr const char *SOCGPUVendorName[]=
|
||||||
@ -169,6 +170,7 @@ namespace hgl
|
|||||||
"Intel",
|
"Intel",
|
||||||
"Radeon",
|
"Radeon",
|
||||||
"Tegra",
|
"Tegra",
|
||||||
|
"Maleoon",
|
||||||
};
|
};
|
||||||
|
|
||||||
const SOCGPUVendor ParseSOCGPUVendor(const char *str);
|
const SOCGPUVendor ParseSOCGPUVendor(const char *str);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user