9 lines
133 B
C#
9 lines
133 B
C#
namespace AllIn13DShader
|
|
{
|
|
public enum ShaderCommandValue
|
|
{
|
|
DEFAULT = 0,
|
|
DEFINED_IN_CODE = 1,
|
|
DEFINED_IN_PROPERTIES = 2,
|
|
}
|
|
} |