// Assembly: UnityEngine.CoreModule
// Full name: UnityEngine.Experimental.Rendering.GraphicsFormatUsage

namespace UnityEngine.Experimental.Rendering
{
public class GraphicsFormatUsage // TypeDefIndex: 9324
{
	// Fields
	type#20890 value__;
	type#19239 None;
	type#19239 Sample;
	type#19239 Linear;
	type#19239 Sparse;
	type#19239 Render;
	type#19239 Blend;
	type#19239 GetPixels;
	type#19239 SetPixels;
	type#19239 SetPixels32;
	type#19239 ReadPixels;
	type#19239 LoadStore;
	type#19239 MSAA2x;
	type#19239 MSAA4x;
	type#19239 MSAA8x;
	type#19239 StencilSampling;
}
}
