9 lines
88 B
C#
9 lines
88 B
C#
namespace AmplifyImpostors
|
|
{
|
|
public enum TextureChannels
|
|
{
|
|
RGBA = 0,
|
|
RGB = 1
|
|
}
|
|
}
|