WGPUCallback Mode
The callback mode controls how a callback for an asynchronous operation may be fired. See Asynchronous-Operations for how these are used.
Entries
Link copied to clipboard
Callbacks created with WGPUCallbackMode.WaitAnyOnly:
Link copied to clipboard
Callbacks created with WGPUCallbackMode.AllowProcessEvents:
Link copied to clipboard
Callbacks created with WGPUCallbackMode.AllowSpontaneous:
Properties
Functions
Link copied to clipboard
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
Link copied to clipboard
Returns an array containing the constants of this enum type, in the order they're declared.