CFx SDK Documentation 2024 SP0
|
#include <GsBaseMaterialView.h>
Public Member Functions | |
virtual bool | saveClientMaterialTextureData (const OdGiMaterialTextureData *, OdGsFiler *) |
virtual OdGiMaterialTextureDataPtr | loadClientMaterialTextureData (OdGsFiler *) |
<group !!RECORDS_TD_APIRef>
Definition at line 39 of file GsBaseMaterialView.h.
|
inlinevirtual |
Loads client material texture data from the specified filer. Currently not implemented.
pFiler | [in] Filer to load material texture data from. Not used. |
Definition at line 57 of file GsBaseMaterialView.h.
|
inlinevirtual |
Saves client material texture data to the specified filer. Currently not implemented.
pTextureData | [in] Material texture data to save. Not used. |
pFiler | [in] Filer where to save material texture data. Not used. |
Definition at line 48 of file GsBaseMaterialView.h.