Пример #1
0
 /// <inheritdoc/>
 public bool Equals(VertexBufferBinding other) => Buffer.Equals(other.Buffer) &&
 Offset == other.Offset &&
 Stride == other.Stride &&
 Count == other.Count &&
 Declaration.Equals(other.Declaration);