This commit is contained in:
Wojtek Figat
2021-08-19 13:05:37 +02:00
parent a8c7705c3b
commit 39a4dab81f

View File

@@ -92,6 +92,7 @@ namespace FlaxEditor.Surface
case MaterialParameterType.GPUTexture: return typeof(GPUTexture);
case MaterialParameterType.Matrix: return typeof(Matrix);
case MaterialParameterType.ChannelMask: return typeof(ChannelMask);
case MaterialParameterType.TextureGroupSampler: return typeof(int);
default: throw new ArgumentOutOfRangeException(nameof(type), type, null);
}
}