Graphics/Material: Add SaveToParameters

Former-commit-id: 9e306a5d78bd32b95fccd586872d248be2679f16 [formerly 87e583f68b3ef903311573e88d2b3f6a2969184d]
Former-commit-id: c7eced4bfcc44228c8466fefe05955c4a152974d
This commit is contained in:
Lynix
2016-07-07 08:56:18 +02:00
parent ca534dde21
commit af2b394454
2 changed files with 101 additions and 1 deletions

View File

@@ -120,6 +120,8 @@ namespace Nz
void Reset();
void SaveToParameters(ParameterList* matData);
inline bool SetAlphaMap(const String& textureName);
inline void SetAlphaMap(TextureRef alphaMap);
inline void SetAlphaThreshold(float alphaThreshold);