Enum member defaultLimits

The set of limits that is guaranteed to work on all modern backends and is guaranteed to be supported by WebGPU.

enum defaultLimits = WGPULimits(8192u, 8192u, 2048u,!2048u, 4u, , 8u, 4u, 16u, 16u, 8u, 8u, 12u, 16384LU, 134217728LU, , , 8u, , 16u, 2048u, , , , , , , , , , );

Applications needing more modern features can use this as a reasonable set of limits if they are targeting only desktop and modern mobile devices.