- 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>
7 lines
157 B
Plaintext
7 lines
157 B
Plaintext
type gfxdrawsurf [display="GFX Draw Surf"]
|
|
{
|
|
// 64-bit packed bitfield containing rendering pipeline information
|
|
u64 fields;
|
|
ui("fields", "Fields");
|
|
}
|