@solidrt/cli 0.0.54 → 0.0.55

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -158,7 +158,9 @@ when exactly one client is connected.
158
158
  texture's native size (a scene or shader target behind a `<texture>` leaf).
159
159
  - `/gpu?label=<text>&draw=<id>` - the GPU resource inventory; `label` keeps
160
160
  only the resources created with exactly that label (ids change on reload,
161
- labels do not). A draw target's entries report uniforms wider than a vec4
161
+ labels do not). Each texture carries its `format` and declared `sampler`
162
+ (`filter`/`wrap`/`mipmap`/`anisotropy`), the creation-time state a soft
163
+ or aliased map is usually missing. A draw target's entries report uniforms wider than a vec4
162
164
  (matrices) as their length, `"[16]"`; `draw` names the one entry (ids are
163
165
  per target, so pair it with `label`) reported in full.
164
166
  - `/buffer?id=<bufferId>&offset=<n>&length=<n>&as=<f32|u16|u8>` - vertex