WGPURequest Adapter Options
Types
By Reference
Link copied to clipboard
class ByReference(val handle: WGPURequestAdapterOptions.ByReference = io.ygdrasil.wgpu.android.WGPURequestAdapterOptions.ByReference(com.sun.jna.Pointer.NULL)) : WGPURequestAdapterOptions
By Value
Link copied to clipboard
class ByValue(val handle: WGPURequestAdapterOptions.ByValue = io.ygdrasil.wgpu.android.WGPURequestAdapterOptions.ByValue(com.sun.jna.Pointer.NULL)) : WGPURequestAdapterOptions
Properties
Link copied to clipboard
If set, requires the adapter to have a particular backend type. If this is not possible, the request returns null.
Link copied to clipboard
If set, requires the adapter to be able to output to a particular surface. If this is not possible, the request returns null.
Link copied to clipboard
"Feature level" for the adapter request. If an adapter is returned, it must support the features and limits in the requested feature level.
Link copied to clipboard
If true, requires the adapter to be a "fallback" adapter as defined by the JS spec. If this is not possible, the request returns null.
handler
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard