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
|
|
|
|
|
i32 decl_ptr [ui, readonly, display="Decl Ptr"];
|
2026-01-01 22:18:40 -05:00
|
|
|
}
|