Add new asset type definitions: - GfxWorld and related structures (cells, lights, probes) - Menu system (menudef, itemdef, windowdef, listboxdef) - Sound system (soundalias, soundfile, speakermap, sndcurve) - D3D resources (vertex/index buffers) - Font glyphs and expression entries Update existing definitions with improved field annotations and UI display properties. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
9 lines
269 B
Plaintext
9 lines
269 B
Plaintext
type materialvertexstreamrouting [display="Material Vertex Stream Routing"]
|
|
{
|
|
// Stream routing data (32 bytes: source[16] + dest[16])
|
|
data = parse_here("materialstreamrouting");
|
|
|
|
// Vertex declaration pointer
|
|
i32 decl_ptr [ui, readonly, display="Decl Ptr"];
|
|
}
|