From 2387a03e1d81e64bc6a37192fa029ac2f73b6cbf Mon Sep 17 00:00:00 2001 From: cosmonaut Date: Thu, 6 Jun 2024 10:52:12 -0700 Subject: [PATCH] Refresh API update --- Examples/BasicComputeExample.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Examples/BasicComputeExample.cs b/Examples/BasicComputeExample.cs index fcc181f..875540f 100644 --- a/Examples/BasicComputeExample.cs +++ b/Examples/BasicComputeExample.cs @@ -160,7 +160,7 @@ class BasicComputeExample : Example cmdbuf.EndCopyPass(copyPass); var fence = GraphicsDevice.SubmitAndAcquireFence(cmdbuf); - GraphicsDevice.WaitForFences(fence); + GraphicsDevice.WaitForFence(fence); GraphicsDevice.ReleaseFence(fence); // Print the squares!