Refresh API update

refresh2
cosmonaut 2024-06-06 10:52:12 -07:00
parent d582bfe473
commit 2387a03e1d
1 changed files with 1 additions and 1 deletions

View File

@ -160,7 +160,7 @@ class BasicComputeExample : Example
cmdbuf.EndCopyPass(copyPass); cmdbuf.EndCopyPass(copyPass);
var fence = GraphicsDevice.SubmitAndAcquireFence(cmdbuf); var fence = GraphicsDevice.SubmitAndAcquireFence(cmdbuf);
GraphicsDevice.WaitForFences(fence); GraphicsDevice.WaitForFence(fence);
GraphicsDevice.ReleaseFence(fence); GraphicsDevice.ReleaseFence(fence);
// Print the squares! // Print the squares!