Graphics/Material: Add SaveToParameters

Former-commit-id: 87b9ca6e0f5f391f45edf6106efbd550dd52ac53 [formerly 91ba614d69d3a2e9762da0e059ee96985c891749]
Former-commit-id: e049a9db776f407e2cd7635bfb1825d809223c77
This commit is contained in:
Lynix
2016-07-07 08:56:18 +02:00
parent 9215e80db6
commit c83b9d0491
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);