2
0
mirror of https://github.com/Laupetin/OpenAssetTools.git synced 2025-07-05 10:41:52 +00:00

refactor: use templates for JsonMaterialDumper of IW5 and T6

This commit is contained in:
Jan
2025-06-24 22:26:39 +01:00
parent 2876c9cb48
commit 0736b8043b
9 changed files with 96 additions and 292 deletions

View File

@ -2929,9 +2929,9 @@ namespace T6
enum GfxCullFace_e
{
GFXS0_CULL_NONE = 1,
GFXS0_CULL_BACK = 2,
GFXS0_CULL_FRONT = 3,
GFXS_CULL_NONE = 1,
GFXS_CULL_BACK = 2,
GFXS_CULL_FRONT = 3,
};
enum GfxDepthTest_e