WGPUSurface Capabilities
Filled by wgpuSurfaceGetCapabilities with what's supported for wgpuSurfaceConfigure for a pair of @ref WGPUSurface and @ref WGPUAdapter.
Types
By Reference
Link copied to clipboard
class ByReference(val handle: WGPUSurfaceCapabilities.ByReference = io.ygdrasil.wgpu.android.WGPUSurfaceCapabilities.ByReference(com.sun.jna.Pointer.NULL)) : WGPUSurfaceCapabilities
By Value
Link copied to clipboard
class ByValue(val handle: WGPUSurfaceCapabilities.ByValue = io.ygdrasil.wgpu.android.WGPUSurfaceCapabilities.ByValue(com.sun.jna.Pointer.NULL)) : WGPUSurfaceCapabilities
Properties
Link copied to clipboard
Link copied to clipboard
A list of supported @ref WGPUCompositeAlphaMode values.
Link copied to clipboard
Link copied to clipboard
A list of supported @ref WGPUTextureFormat values, in order of preference.
handler
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
A list of supported @ref WGPUPresentMode values. Guaranteed to contain @ref WGPUPresentMode_Fifo.