// Assembly: UnityEngine.CoreModule
// Full name: UnityEngine.Rendering.VertexAttributeFormat

namespace UnityEngine.Rendering
{
public class VertexAttributeFormat // TypeDefIndex: 9214
{
	// Fields
	type#20890 value__;
	type#28542 Float32;
	type#28542 Float16;
	type#28542 UNorm8;
	type#28542 SNorm8;
	type#28542 UNorm16;
	type#28542 SNorm16;
	type#28542 UInt8;
	type#28542 SInt8;
	type#28542 UInt16;
	type#28542 SInt16;
	type#28542 UInt32;
	type#28542 SInt32;
}
}
