8 lines
130 B
C#
8 lines
130 B
C#
|
namespace Pinwheel.Griffin.StampTool
|
||
|
{
|
||
|
public enum GTextureStampChannel
|
||
|
{
|
||
|
AlbedoMetallicSmoothness, Splat
|
||
|
}
|
||
|
}
|