WGPUSurface Capabilities
Filled by wgpuSurfaceGetCapabilities with what's supported for wgpuSurfaceConfigure for a pair of WGPUSurface and WGPUAdapter.
Properties
Link copied to clipboard
Array count for alphaModes.
Link copied to clipboard
A list of supported WGPUCompositeAlphaMode values. WGPUCompositeAlphaMode.Auto will be an alias for the first element and will never be present in this array.
Link copied to clipboard
Array count for formats.
Link copied to clipboard
A list of supported WGPUTextureFormat values, in order of preference.
Link copied to clipboard
Link copied to clipboard
Array count for presentModes.
Link copied to clipboard
A list of supported WGPUPresentMode values. Guaranteed to contain WGPUPresentMode.Fifo.
Link copied to clipboard
The bit set of supported WGPUTextureUsage bits. Guaranteed to contain WGPUTextureUsage.RenderAttachment.