Added a new function to the device interface: acDeviceLoadMeshInfo

This commit is contained in:
jpekkila
2019-08-19 15:14:00 +03:00
parent e89897985e
commit 598799d7c3
2 changed files with 14 additions and 2 deletions

View File

@@ -49,6 +49,10 @@ AcResult acDeviceSwapBuffers(const Device device);
AcResult acDeviceLoadConstant(const Device device, const Stream stream, const AcRealParam param,
const AcReal value);
/** */
AcResult acDeviceLoadMeshInfo(const Device device, const Stream stream,
const AcMeshInfo device_config);
/** */
AcResult acDeviceLoadVertexBufferWithOffset(const Device device, const Stream stream,
const AcMesh host_mesh,