@class MTLVertexBufferLayoutDescriptorArrayInternal, MTLVertexAttributeDescriptorArrayInternal; @interface MTLVertexDescriptorInternal : MTLVertexDescriptor { MTLVertexBufferLayoutDescriptorArrayInternal *_vertexBufferArray; MTLVertexAttributeDescriptorArrayInternal *_attributeArray; } + (id)vertexDescriptor; - (id)formattedDescription:(unsigned long long)a0; - (id)layouts; - (id)init; - (unsigned long long)hash; - (void)reset; - (void)dealloc; - (id)attributes; - (id)newSerializedDescriptor; - (id)description; - (BOOL)validateWithVertexFunction:(id)a0 error:(id *)a1 renderPipelineDescriptor:(id)a2; - (BOOL)isEqual:(id)a0; - (id)copyWithZone:(struct _NSZone { } *)a0; @end