Vixen
02b45cc4
csharp
public enum WgpuSurfaceStatus

What a surface did when asked for its next texture.

No guide page documents this yet — the page shows what the code says about itself.

Fields and properties (6)

  • Success

    A texture was acquired.

  • Timeout

    Nothing was ready in time.

  • Outdated

    The surface no longer matches its configuration.

  • Lost

    The surface is gone.

  • OutOfMemory

    The implementation ran out of memory.

  • DeviceLost

    The device was lost.

Used by (8)

  • FakeWebGpuBindingVixen.Graphics.WebGPU.Tests
  • IWebGpuBindingVixen.Graphics.WebGPU
  • NativeWebGpuBindingVixen.Graphics.WebGPU
  • WebGpuConversionTestsVixen.Graphics.WebGPU.Tests
  • WebGpuConversionsVixen.Graphics.WebGPU
  • WebGpuDeviceTestsVixen.Graphics.WebGPU.Tests
  • WebGpuEnumAgreementTestsVixen.Graphics.WebGPU.Tests
  • WebGpuSwapChainVixen.Graphics.WebGPU