From 88d9119830d05698db0a29e4bd83f16c9d590e4a Mon Sep 17 00:00:00 2001 From: TheSpydog Date: Tue, 24 Jan 2023 00:14:46 +0000 Subject: [PATCH] Remove warning from DrawInstancedPrimitives doc comment (#44) Co-authored-by: Caleb Cornett Reviewed-on: https://gitea.moonside.games/MoonsideGames/MoonWorks/pulls/44 Co-authored-by: TheSpydog Co-committed-by: TheSpydog --- src/Graphics/CommandBuffer.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Graphics/CommandBuffer.cs b/src/Graphics/CommandBuffer.cs index 6cce472..1b4e1c6 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.