Merge branch 'master' into dsl_parameter_overhaul_2019-08-19

This commit is contained in:
jpekkila
2019-08-23 13:13:57 +03:00
3 changed files with 19 additions and 10 deletions

View File

@@ -217,6 +217,9 @@ acVertexBufferIdx(const int i, const int j, const int k, const AcMeshInfo info)
k * info.int_params[AC_mx] * info.int_params[AC_my];
}
/** Prints all parameters inside AcMeshInfo */
void acPrintMeshInfo(const AcMeshInfo config);
/*
static inline int
acGetParam(const AcMeshInfo info, const AcIntParam param)