Donner SVG 0.8.0-pre
SVG editor and embeddable C⁠+⁠+⁠20 engine.
Loading...
Searching...
No Matches
donner::geode::GeodeWgpuAdapterDevice::CompletionState::Pending Struct Reference

One host's interleaved logical serials, or one standalone submission. More...

#include "donner/svg/renderer/geode/GeodeWgpuAdapterDevice.h"

Public Attributes

WGPUCommandEncoder host = nullptr
 Non-null only until the host submits or discards.
uint64_t firstSerial = 0
 Unique ticket retained by its completion callback.
uint64_t lastSerial = 0
 Highest serial in this submission.

Detailed Description

One host's interleaved logical serials, or one standalone submission.

Member Data Documentation

◆ firstSerial

uint64_t donner::geode::GeodeWgpuAdapterDevice::CompletionState::Pending::firstSerial = 0

Unique ticket retained by its completion callback.

◆ host

WGPUCommandEncoder donner::geode::GeodeWgpuAdapterDevice::CompletionState::Pending::host = nullptr

Non-null only until the host submits or discards.

◆ lastSerial

uint64_t donner::geode::GeodeWgpuAdapterDevice::CompletionState::Pending::lastSerial = 0

Highest serial in this submission.


The documentation for this struct was generated from the following file: