Fix bug when using material instance of material that uses GlobalSDF

This commit is contained in:
Wojtek Figat
2023-04-12 16:59:03 +02:00
parent 0c167f38b7
commit 9e5a48af4b
4 changed files with 5 additions and 190 deletions

View File

@@ -27,7 +27,7 @@ struct MaterialParamsLink
/// <summary>
/// The material parameter types.
/// </summary>
enum class MaterialParameterType : byte
API_ENUM() enum class MaterialParameterType : byte
{
/// <summary>
/// The invalid type.
@@ -135,8 +135,6 @@ enum class MaterialParameterType : byte
GlobalSDF = 20,
};
const Char* ToString(MaterialParameterType value);
/// <summary>
/// Structure of serialized material parameter data.
/// </summary>