Unify some functions in utils.

This commit is contained in:
2018-01-18 14:43:13 +01:00
parent 51315f1c59
commit 8bef347d05
5 changed files with 46 additions and 6 deletions

View File

@@ -26,6 +26,6 @@ namespace fmri
std::unique_ptr<float[]> colorBuffer;
std::unique_ptr<int[]> indexBuffer;
void setVertexPositions(const int vertexNo, float *destination);
void setVertexPositions(int vertexNo, float *destination);
};
}