#if GRIFFIN
namespace Pinwheel.Griffin.StampTool
{
    public enum GTextureStampChannel
    {
        AlbedoMetallicSmoothness, Splat
    }
}
#endif