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

namespace UnityEngine.Experimental.Rendering
{
public class TextureCreationFlags // TypeDefIndex: 9323
{
	// Fields
	type#20890 value__;
	type#27334 None;
	type#27334 MipChain;
	type#27334 DontInitializePixels;
	type#27334 Crunch;
	type#27334 DontUploadUponCreate;
	type#27334 IgnoreMipmapLimit;
}
}
