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

namespace UnityEngine.Rendering
{
public class RenderTargetFlags // TypeDefIndex: 9229
{
	// Fields
	type#20890 value__;
	type#25256 None;
	type#25256 ReadOnlyDepth;
	type#25256 ReadOnlyStencil;
	type#25256 ReadOnlyDepthStencil;
}
}
