From 3348449a2ed1ee45a1c887f651b7762afbef172b Mon Sep 17 00:00:00 2001 From: Caleb Cornett Date: Sun, 22 Jan 2023 15:26:01 -0500 Subject: [PATCH] remove warning from DrawInstancedPrimitives doc comment --- src/Graphics/CommandBuffer.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Graphics/CommandBuffer.cs b/src/Graphics/CommandBuffer.cs index 6cce4725..1b4e1c6a 100644 --- a/src/Graphics/CommandBuffer.cs +++ b/src/Graphics/CommandBuffer.cs @@ -1489,7 +1489,6 @@ namespace MoonWorks.Graphics /// /// Draws using instanced rendering. - /// It is an error to call this method unless two vertex buffers have been bound. /// /// The starting index offset for the vertex buffer. /// The starting index offset for the index buffer.