csharp
public enum WgpuPresentModeHow a surface waits for the display.
No guide page documents this yet — the page shows what the code says about itself.
Fields and properties (4)
FifoWait for the vertical blank. The only mode every implementation supports.
FifoRelaxedLike Fifo, but a late frame is shown immediately.
ImmediatePresent as soon as the frame is ready.
MailboxReplace the queued frame with the newest one.
Used by (3)
- WebGpuConversionsVixen.Graphics.WebGPU
- WebGpuEnumAgreementTestsVixen.Graphics.WebGPU.Tests
- WgpuSurfaceConfigurationVixen.Graphics.WebGPU