AllowSpontaneous

Callbacks created with WGPUCallbackMode.AllowSpontaneous:

  • fire for the same reasons as callbacks created with WGPUCallbackMode.AllowProcessEvents

  • may fire spontaneously on an arbitrary or application thread, when the WebGPU implementations discovers that the asynchronous operation is complete.

Implementations should fire spontaneous callbacks as soon as possible.

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val value: Int