Added a new function to the device interface: acDeviceLoadMeshInfo
This commit is contained in:
@@ -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,
|
||||
|
Reference in New Issue
Block a user