WIP implementing createNode API.

Added KRContext::m_nodeMap and initialization logic.
Added code to hello_cube smoke test to call KrCreateNode.  (Commented until test can pass)
This commit is contained in:
2022-09-21 23:55:24 -07:00
parent 3f4289ec08
commit 6c8bf9fa2c
6 changed files with 66 additions and 5 deletions

View File

@@ -123,6 +123,7 @@ typedef struct
{
KrStructureType sType;
size_t resourceMapSize;
size_t nodeMapSize;
} KrInitializeInfo;
typedef struct