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

namespace UnityEngine.Experimental.Rendering
{
public class GraphicsFormat // TypeDefIndex: 9326
{
	// Fields
	type#20890 value__;
	type#19237 None;
	type#19237 R8_SRGB;
	type#19237 R8G8_SRGB;
	type#19237 R8G8B8_SRGB;
	type#19237 R8G8B8A8_SRGB;
	type#19237 R8_UNorm;
	type#19237 R8G8_UNorm;
	type#19237 R8G8B8_UNorm;
	type#19237 R8G8B8A8_UNorm;
	type#19237 R8_SNorm;
	type#19237 R8G8_SNorm;
	type#19237 R8G8B8_SNorm;
	type#19237 R8G8B8A8_SNorm;
	type#19237 R8_UInt;
	type#19237 R8G8_UInt;
	type#19237 R8G8B8_UInt;
	type#19237 R8G8B8A8_UInt;
	type#19237 R8_SInt;
	type#19237 R8G8_SInt;
	type#19237 R8G8B8_SInt;
	type#19237 R8G8B8A8_SInt;
	type#19237 R16_UNorm;
	type#19237 R16G16_UNorm;
	type#19237 R16G16B16_UNorm;
	type#19237 R16G16B16A16_UNorm;
	type#19237 R16_SNorm;
	type#19237 R16G16_SNorm;
	type#19237 R16G16B16_SNorm;
	type#19237 R16G16B16A16_SNorm;
	type#19237 R16_UInt;
	type#19237 R16G16_UInt;
	type#19237 R16G16B16_UInt;
	type#19237 R16G16B16A16_UInt;
	type#19237 R16_SInt;
	type#19237 R16G16_SInt;
	type#19237 R16G16B16_SInt;
	type#19237 R16G16B16A16_SInt;
	type#19237 R32_UInt;
	type#19237 R32G32_UInt;
	type#19237 R32G32B32_UInt;
	type#19237 R32G32B32A32_UInt;
	type#19237 R32_SInt;
	type#19237 R32G32_SInt;
	type#19237 R32G32B32_SInt;
	type#19237 R32G32B32A32_SInt;
	type#19237 R16_SFloat;
	type#19237 R16G16_SFloat;
	type#19237 R16G16B16_SFloat;
	type#19237 R16G16B16A16_SFloat;
	type#19237 R32_SFloat;
	type#19237 R32G32_SFloat;
	type#19237 R32G32B32_SFloat;
	type#19237 R32G32B32A32_SFloat;
	type#19237 B8G8R8_SRGB;
	type#19237 B8G8R8A8_SRGB;
	type#19237 B8G8R8_UNorm;
	type#19237 B8G8R8A8_UNorm;
	type#19237 B8G8R8_SNorm;
	type#19237 B8G8R8A8_SNorm;
	type#19237 B8G8R8_UInt;
	type#19237 B8G8R8A8_UInt;
	type#19237 B8G8R8_SInt;
	type#19237 B8G8R8A8_SInt;
	type#19237 R4G4B4A4_UNormPack16;
	type#19237 B4G4R4A4_UNormPack16;
	type#19237 R5G6B5_UNormPack16;
	type#19237 B5G6R5_UNormPack16;
	type#19237 R5G5B5A1_UNormPack16;
	type#19237 B5G5R5A1_UNormPack16;
	type#19237 A1R5G5B5_UNormPack16;
	type#19237 E5B9G9R9_UFloatPack32;
	type#19237 B10G11R11_UFloatPack32;
	type#19237 A2B10G10R10_UNormPack32;
	type#19237 A2B10G10R10_UIntPack32;
	type#19237 A2B10G10R10_SIntPack32;
	type#19237 A2R10G10B10_UNormPack32;
	type#19237 A2R10G10B10_UIntPack32;
	type#19237 A2R10G10B10_SIntPack32;
	type#19237 A2R10G10B10_XRSRGBPack32;
	type#19237 A2R10G10B10_XRUNormPack32;
	type#19237 R10G10B10_XRSRGBPack32;
	type#19237 R10G10B10_XRUNormPack32;
	type#19237 A10R10G10B10_XRSRGBPack32;
	type#19237 A10R10G10B10_XRUNormPack32;
	type#19237 D16_UNorm;
	type#19237 D24_UNorm;
	type#19237 D24_UNorm_S8_UInt;
	type#19237 D32_SFloat;
	type#19237 D32_SFloat_S8_UInt;
	type#19237 S8_UInt;
	type#19237 RGB_DXT1_SRGB;
	type#19237 RGBA_DXT1_SRGB;
	type#19237 RGB_DXT1_UNorm;
	type#19237 RGBA_DXT1_UNorm;
	type#19237 RGBA_DXT3_SRGB;
	type#19237 RGBA_DXT3_UNorm;
	type#19237 RGBA_DXT5_SRGB;
	type#19237 RGBA_DXT5_UNorm;
	type#19237 R_BC4_UNorm;
	type#19237 R_BC4_SNorm;
	type#19237 RG_BC5_UNorm;
	type#19237 RG_BC5_SNorm;
	type#19237 RGB_BC6H_UFloat;
	type#19237 RGB_BC6H_SFloat;
	type#19237 RGBA_BC7_SRGB;
	type#19237 RGBA_BC7_UNorm;
	type#19237 RGB_PVRTC_2Bpp_SRGB;
	type#19237 RGB_PVRTC_2Bpp_UNorm;
	type#19237 RGB_PVRTC_4Bpp_SRGB;
	type#19237 RGB_PVRTC_4Bpp_UNorm;
	type#19237 RGBA_PVRTC_2Bpp_SRGB;
	type#19237 RGBA_PVRTC_2Bpp_UNorm;
	type#19237 RGBA_PVRTC_4Bpp_SRGB;
	type#19237 RGBA_PVRTC_4Bpp_UNorm;
	type#19237 RGB_ETC_UNorm;
	type#19237 RGB_ETC2_SRGB;
	type#19237 RGB_ETC2_UNorm;
	type#19237 RGB_A1_ETC2_SRGB;
	type#19237 RGB_A1_ETC2_UNorm;
	type#19237 RGBA_ETC2_SRGB;
	type#19237 RGBA_ETC2_UNorm;
	type#19237 R_EAC_UNorm;
	type#19237 R_EAC_SNorm;
	type#19237 RG_EAC_UNorm;
	type#19237 RG_EAC_SNorm;
	type#19237 RGBA_ASTC4X4_SRGB;
	type#19237 RGBA_ASTC4X4_UNorm;
	type#19237 RGBA_ASTC5X5_SRGB;
	type#19237 RGBA_ASTC5X5_UNorm;
	type#19237 RGBA_ASTC6X6_SRGB;
	type#19237 RGBA_ASTC6X6_UNorm;
	type#19237 RGBA_ASTC8X8_SRGB;
	type#19237 RGBA_ASTC8X8_UNorm;
	type#19237 RGBA_ASTC10X10_SRGB;
	type#19237 RGBA_ASTC10X10_UNorm;
	type#19237 RGBA_ASTC12X12_SRGB;
	type#19237 RGBA_ASTC12X12_UNorm;
	type#19237 YUV2;
	type#19237 DepthAuto;
	type#19237 ShadowAuto;
	type#19237 VideoAuto;
	type#19237 RGBA_ASTC4X4_UFloat;
	type#19237 RGBA_ASTC5X5_UFloat;
	type#19237 RGBA_ASTC6X6_UFloat;
	type#19237 RGBA_ASTC8X8_UFloat;
	type#19237 RGBA_ASTC10X10_UFloat;
	type#19237 RGBA_ASTC12X12_UFloat;
	type#19237 D16_UNorm_S8_UInt;
}
}
