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

namespace UnityEngine.Experimental.Rendering
{
public class GraphicsFormatUtility // TypeDefIndex: 9327
{
	// Fields
	type#13090 tableNoStencil;
	type#13090 tableStencil;

	// Methods
	// RVA: -1
	public static type#19235 GetGraphicsFormat(type#27340 format, type#15313 isSRGB) { }
	// RVA: -1
	private static type#19235 GetGraphicsFormat_Native_TextureFormat(type#27340 format, type#15313 isSRGB) { }
	// RVA: -1
	public static type#19235 GetGraphicsFormat(type#25268 format, type#15313 isSRGB) { }
	// RVA: -1
	private static type#19235 GetGraphicsFormat_Native_RenderTextureFormat(type#25268 format, type#15313 isSRGB) { }
	// RVA: -1
	public static type#19235 GetGraphicsFormat(type#25268 format, type#25277 readWrite) { }
	// RVA: -1
	private static type#19235 GetDepthStencilFormatFromBitsLegacy_Native(type#20867 minimumDepthBits) { }
	// RVA: -1
	public static type#19235 GetDepthStencilFormat(type#20867 depthBits) { }
	// RVA: -1
	public static type#19235 GetDepthStencilFormat(type#20867 minimumDepthBits, type#20867 minimumStencilBits) { }
	// RVA: -1
	public static type#15313 IsSRGBFormat(type#19235 format) { }
	// RVA: -1
	public static type#19235 GetSRGBFormat(type#19235 format) { }
	// RVA: -1
	public static type#19235 GetLinearFormat(type#19235 format) { }
	// RVA: -1
	public static type#25268 GetRenderTextureFormat(type#19235 format) { }
	// RVA: -1
	private static type#15313 IsCompressedFormat_Native_TextureFormat(type#27340 format) { }
	// RVA: -1
	public static type#15313 IsCompressedFormat(type#27340 format) { }
	// RVA: -1
	private static type#15313 CanDecompressFormat(type#19235 format, type#15313 wholeImage) { }
	// RVA: -1
	internal static type#15313 CanDecompressFormat(type#19235 format) { }
	// RVA: -1
	public static type#15313 IsDepthStencilFormat(type#19235 format) { }
	// RVA: -1
	public static type#15313 IsPVRTCFormat(type#19235 format) { }
	// RVA: -1
	public static type#15313 IsCrunchFormat(type#27340 format) { }
	// RVA: -1
	private static type#28660 .cctor() { }
}
}
