// Assembly: UnityEngine.CoreModule
// Full name: UnityEngine.RenderTextureCreationFlags

namespace UnityEngine
{
public class RenderTextureCreationFlags // TypeDefIndex: 8741
{
	// Fields
	type#20890 value__;
	type#25265 MipMap;
	type#25265 AutoGenerateMips;
	type#25265 SRGB;
	type#25265 EyeTexture;
	type#25265 EnableRandomWrite;
	type#25265 CreatedFromScript;
	type#25265 AllowVerticalFlip;
	type#25265 NoResolvedColorSurface;
	type#25265 DynamicallyScalable;
	type#25265 BindMS;
	type#25265 DynamicallyScalableExplicit;
}
}
