- Migrate from set_global/get_global to ctx_set/ctx_get - Replace if-else chains with match() expressions - Update inline pointer handling patterns - Improve GfxWorld and asset parsing structures - Clean up redundant code across 60+ definition files Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
11 lines
265 B
Plaintext
11 lines
265 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("decl_ptr", "Decl Ptr");
|
|
}
|