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

namespace UnityEngine.Rendering
{
public class VertexAttributeDescriptor // TypeDefIndex: 9227
{
	// Fields
	type#28535 <attribute>k__BackingField;
	type#28540 <format>k__BackingField;
	type#20868 <dimension>k__BackingField;
	type#20868 <stream>k__BackingField;

	// Methods
	// RVA: -1
	public type#28534 get_attribute() { }
	// RVA: -1
	public type#28660 set_attribute(type#28534 value) { }
	// RVA: -1
	public type#28539 get_format() { }
	// RVA: -1
	public type#28660 set_format(type#28539 value) { }
	// RVA: -1
	public type#20867 get_dimension() { }
	// RVA: -1
	public type#28660 set_dimension(type#20867 value) { }
	// RVA: -1
	public type#20867 get_stream() { }
	// RVA: -1
	public type#28660 set_stream(type#20867 value) { }
	// RVA: -1
	public type#28660 .ctor(type#28536 attribute, type#28541 format, type#20891 dimension, type#20891 stream) { }
	// RVA: -1
	public virtual type#26576 ToString() { }
	// RVA: -1
	public virtual type#20867 GetHashCode() { }
	// RVA: -1
	public virtual type#15313 Equals(type#23705 other) { }
	// RVA: -1
	public virtual type#15313 Equals(type#28538 other) { }
}
}
