Vixen
02b45cc4
csharp
public enum WgpuPresentMode

How 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)

  • Fifo

    Wait for the vertical blank. The only mode every implementation supports.

  • FifoRelaxed

    Like Fifo, but a late frame is shown immediately.

  • Immediate

    Present as soon as the frame is ready.

  • Mailbox

    Replace the queued frame with the newest one.

Used by (3)

  • WebGpuConversionsVixen.Graphics.WebGPU
  • WebGpuEnumAgreementTestsVixen.Graphics.WebGPU.Tests
  • WgpuSurfaceConfigurationVixen.Graphics.WebGPU