Skip to content

Commit

Permalink
Remove unused Draw() method
Browse files Browse the repository at this point in the history
  • Loading branch information
peppy committed Jun 19, 2023
1 parent 8716e1f commit be55b53
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions osu.Framework/Graphics/Veldrid/Buffers/VeldridVertexBuffer.cs
Original file line number Diff line number Diff line change
Expand Up @@ -119,11 +119,6 @@ public virtual void Unbind()

protected abstract PrimitiveTopology Type { get; }

public void Draw()
{
DrawRange(0, Size);
}

public void DrawRange(int startIndex, int endIndex)
{
Bind();
Expand Down

0 comments on commit be55b53

Please sign in to comment.