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

namespace UnityEngine
{
public class ComputeBufferType // TypeDefIndex: 8723
{
	// Fields
	type#20890 value__;
	type#16275 Default;
	type#16275 Raw;
	type#16275 Append;
	type#16275 Counter;
	type#16275 Constant;
	type#16275 Structured;
	type#16275 DrawIndirect;
	type#16275 IndirectArguments;
	type#16275 GPUMemory;
}
}
