mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2025-06-11 07:18:11 -05:00
Material loading base
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user