location block baking

This commit is contained in:
Ryan Fleury
2025-09-05 15:19:29 -07:00
parent 3b1aae44d0
commit f065ca33a2
3 changed files with 36 additions and 6 deletions
+7
View File
@@ -1467,6 +1467,13 @@ struct RDIM_LocationBakeResult
RDI_U64 location_data_size;
};
typedef struct RDIM_LocationBlockBakeResult RDIM_LocationBlockBakeResult;
struct RDIM_LocationBlockBakeResult
{
RDI_LocationBlock *location_blocks;
RDI_U64 location_blocks_count;
};
typedef struct RDIM_GlobalVariableBakeResult RDIM_GlobalVariableBakeResult;
struct RDIM_GlobalVariableBakeResult
{