Use the Inspector

The Inspector always describes the focused document. Its pages separate authored controls, reflected resources, resolved dependencies, and compilation products.

Parameters

Focused Parameters Inspector generated from Slang metadata

Notice that groups and bounded controls come from shader metadata. Host-managed time fields are absent because the application, not the artist, drives them.

Host / Slang

Focused Host and Slang Inspector showing available host contracts and focused-document import state

Available describes what the running host supplies. Imported is derived from the focused document’s compiler-resolved dependencies. Expand a feature for its module, concise contract, provider, and session/tool context. Libraries such as miskeyed.ui are listed separately because they require no runtime provider.

Dependencies

Focused Dependencies Inspector showing the authored shader and resolved imports

Select an import to inspect its resolved source and identity.

Entry points

Focused Compilation Inspector showing reflected shader entry points

Compilation presents program capabilities and generated targets, not a required vsMain/psMain pair. Continue with Entry points are capabilities.