From 6b0f80119a26e5a83acc70737c47951ec55ed0cb Mon Sep 17 00:00:00 2001 From: cosmonaut Date: Fri, 23 Feb 2024 13:34:03 -0800 Subject: [PATCH] update StoreLoad --- StoreLoad/StoreLoadGame.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/StoreLoad/StoreLoadGame.cs b/StoreLoad/StoreLoadGame.cs index 5b11658..c3783a8 100644 --- a/StoreLoad/StoreLoadGame.cs +++ b/StoreLoad/StoreLoadGame.cs @@ -33,7 +33,7 @@ namespace MoonWorks.Test { cmdbuf.BeginRenderPass(new ColorAttachmentInfo(swapchain, Color.Blue)); cmdbuf.BindGraphicsPipeline(fillPipeline); - cmdbuf.DrawPrimitives(0, 1, 0, 0); + cmdbuf.DrawPrimitives(0, 1); cmdbuf.EndRenderPass(); cmdbuf.BeginRenderPass(new ColorAttachmentInfo(swapchain, LoadOp.Load, StoreOp.Store)); cmdbuf.EndRenderPass();