// Assembly: UnityEngine.CoreModule
// Full name: UnityEngine.Rendering.ShaderPropertyFlags

namespace UnityEngine.Rendering
{
public class ShaderPropertyFlags // TypeDefIndex: 9298
{
	// Fields
	type#20890 value__;
	type#25964 None;
	type#25964 HideInInspector;
	type#25964 PerRendererData;
	type#25964 NoScaleOffset;
	type#25964 Normal;
	type#25964 HDR;
	type#25964 Gamma;
	type#25964 NonModifiableTextureData;
	type#25964 MainTexture;
	type#25964 MainColor;
}
}
