sketch out artifact types for new rdi baking pass

This commit is contained in:
Ryan Fleury
2024-06-13 15:18:28 -07:00
parent 10ead2f999
commit d0d1e7d7e6
3 changed files with 200 additions and 37 deletions
+1 -1
View File
@@ -220,7 +220,7 @@ RDI_SectionMemberTable:
@gen(catchall)
{
@expand(RDI_SectionTable a) `$(a.name != COUNT -> "typedef " .. a.element_type .. " RDI_SectionElementType_" .. a.name .. ";")`;
@expand(RDI_SectionTable a) `$(a.name != COUNT && a.name != NULL -> "typedef " .. a.element_type .. =>40 .. " RDI_SectionElementType_" .. a.name .. ";")`;
``;
}