Material loading base

This commit is contained in:
Jan
2022-07-15 11:21:54 +02:00
parent bc91738ee9
commit 82349d3432
7 changed files with 442 additions and 4 deletions

View File

@ -960,9 +960,9 @@ namespace IW4
struct GfxImage
{
GfxTexture texture;
char mapType;
char semantic;
char category;
unsigned char mapType;
unsigned char semantic;
unsigned char category;
bool useSrgbReads;
Picmip picmip;
bool noPicmip;