Added a new function for the legacy Astaroth layer: acGetNode(). This functions returns a Node, which can be used to access acNode layer functions

This commit is contained in:
jpekkila
2020-01-13 11:33:15 +02:00
parent f0208c66a6
commit 794e4393c3
2 changed files with 15 additions and 2 deletions

View File

@@ -99,6 +99,8 @@ AcResult acLoadWithOffset(const AcMesh host_mesh, const int3 src, const int num_
/** */
int acGetNumDevicesPerNode(void);
Node acGetNode(void);
#ifdef __cplusplus
} // extern "C"
#endif