Added acStoreWithOffset to the revised interface

This commit is contained in:
jpekkila
2019-08-05 16:18:22 +03:00
parent 6dfd03664d
commit 5232d987c1
2 changed files with 8 additions and 0 deletions

View File

@@ -62,6 +62,8 @@ AcReal acReduceScal(const ReductionType rtype, const VertexBufferHandle vtxbuf_h
AcReal acReduceVec(const ReductionType rtype, const VertexBufferHandle a,
const VertexBufferHandle b, const VertexBufferHandle c);
AcResult acStoreWithOffset(const int3 dst, const size_t num_vertices, AcMesh* host_mesh);
#ifdef __cplusplus
} // extern "C"
#endif