Changes after code review by Johannes, and clang-format

This commit is contained in:
Oskar Lappi
2020-06-04 18:47:31 +03:00
parent f7d8de75d2
commit 9e5fd40838
4 changed files with 89 additions and 48 deletions

View File

@@ -79,6 +79,12 @@ AcResult acMeshCreate(const AcMeshInfo mesh_info, AcMesh* mesh);
/** */
AcResult acMeshDestroy(AcMesh* mesh);
/** */
AcScalReductionTestCase acCreateScalReductionTestCase(const char* label, const VertexBufferHandle vtxbuf, const ReductionType rtype);
/** */
AcVecReductionTestCase acCreateVecReductionTestCase(const char* label, const VertexBufferHandle a, const VertexBufferHandle b, const VertexBufferHandle c, const ReductionType rtype);
/** */
AcResult acMeshSet(const AcReal value, AcMesh* mesh);