2026-01-01 22:18:40 -05:00
|
|
|
type materialvertexstreamrouting [display="Material Vertex Stream Routing"]
|
|
|
|
|
{
|
2026-01-07 16:36:40 -05:00
|
|
|
// Stream routing data (32 bytes: source[16] + dest[16])
|
|
|
|
|
data = parse_here("materialstreamrouting");
|
|
|
|
|
|
|
|
|
|
// Vertex declaration pointer
|
2026-01-11 12:09:57 -05:00
|
|
|
i32 decl_ptr;
|
|
|
|
|
|
|
|
|
|
ui("decl_ptr", "Decl Ptr");
|
2026-01-01 22:18:40 -05:00
|
|
|
}
|