namespace AllIn13DShader { public enum ShaderCommandValue { DEFAULT = 0, DEFINED_IN_CODE = 1, DEFINED_IN_PROPERTIES = 2, } }