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

namespace UnityEngine.Rendering
{
public class VertexAttribute // TypeDefIndex: 9215
{
	// Fields
	type#20890 value__;
	type#28537 Position;
	type#28537 Normal;
	type#28537 Tangent;
	type#28537 Color;
	type#28537 TexCoord0;
	type#28537 TexCoord1;
	type#28537 TexCoord2;
	type#28537 TexCoord3;
	type#28537 TexCoord4;
	type#28537 TexCoord5;
	type#28537 TexCoord6;
	type#28537 TexCoord7;
	type#28537 BlendWeight;
	type#28537 BlendIndices;
}
}
