@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.
- package/agents/debugging.md +3 -1
- package/dist/console.srtapp +3881 -3525
- package/dist/demos/3d/the-third-dimension/the-third-dimension.srt.js +489 -366
- package/dist/demos/components/gallery/gallery.srt.js +922 -646
- package/dist/server.js +11 -13
- package/package.json +7 -7
- package/src/init/scaffold/package.json +6 -6
- package/src/mcp/main.ts +9 -5
package/agents/debugging.md
CHANGED
|
@@ -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).
|
|
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
|