"Bloom.txt"
{
	"Text"				"#Depth_Of_Field"
	"Description"		"#Depth_Of_Field_Information"
	
	"CheckBox"
	{
		"Label"				"#Depth_Of_Field_Toggle"
		"Command"			"pp_dof"
	}
	
	"ComboBox"
	{
		"Label"				"#Presets"
		"MenuButton"		"1"
		
		"Options"
		{
			"#Default"
			{
				"pp_dof_spacing"		"512"
				"pp_dof_initlength"		"256"
			}
		}
		
		"Folder"	"settings/menu/postprocessing/dof"

		"CVars" 
		{
			"0"		"pp_dof_spacing"
			"0"		"pp_dof_initlength"
		}
	}
	
	"Slider"
	{
		"Label"				"#Depth_Of_Field_spacing"
		"Type"				"Float"
		"Min"				"8"
		"Max"				"1024"
		"Command"			"pp_dof_spacing"
	}
	
	"Slider"
	{
		"Label"				"#Depth_Of_Field_start_distance"
		"Type"				"Float"
		"Min"				"9"
		"Max"				"1024"
		"Command"			"pp_dof_initlength"
	}
}