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!