- Volition VPP: Unified BE/LE types using inheritance pattern - THQA PAK: Child types now inherit byte order from parent - Various XScript definition updates and fixes Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
10 lines
242 B
Plaintext
10 lines
242 B
Plaintext
type d3dresource ui("D3D Resource")
|
|
{
|
|
u32 common ui("Common");
|
|
u32 reference_count ui("Reference Count");
|
|
u32 fence ui("Fence");
|
|
u32 read_fence ui("Read Fence");
|
|
u32 identifier ui("Identifier");
|
|
u32 base_flush ui("Base Flush");
|
|
}
|