#include <tess/gpu/webgpu_backend.h>
|
|
std::uint64_t | max_buffer_bytes = std::uint64_t{256} * 1024u * 1024u |
|
std::uint64_t | max_dispatch_chunks = 65535 |
|
std::uint32_t | max_dispatch_workgroups_x = 65535 |
|
std::uint64_t | max_inflight_readback_bytes = std::uint64_t{4} * 1024u * 1024u |
|
std::size_t | field_capacity = 16 |
|
std::size_t | product_capacity = 64 |
|
bool | allow_full_field_readback = false |
Fixed budgets and registry capacities for one WebGPU backend instance.
The documentation for this struct was generated from the following file: