csharp
public enum WgpuSurfaceStatusWhat 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)
SuccessA texture was acquired.
TimeoutNothing was ready in time.
OutdatedThe surface no longer matches its configuration.
LostThe surface is gone.
OutOfMemoryThe implementation ran out of memory.
DeviceLostThe 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