Added acVertexBufferSet in the utils interface

This commit is contained in:
jpekkila
2020-08-24 14:29:01 +03:00
parent ed875b1e7e
commit 94794cee91
2 changed files with 13 additions and 3 deletions

View File

@@ -44,6 +44,9 @@ typedef struct {
/** Loads data from the config file */
AcResult acLoadConfig(const char* config_path, AcMeshInfo* config);
/** */
AcResult acVertexBufferSet(const VertexBufferHandle handle, const AcReal value, AcMesh* mesh);
/** */
AcResult acMeshSet(const AcReal value, AcMesh* mesh);