Fusion360-Addons/usr/Include/Core/xSystem3D.h
2021-10-31 19:39:29 +01:00

36 lines
815 B
C++

/********************************************************************
created: 2007/10/29
created: 29:10:2007 15:16
filename: f:\ProjectRoot\current\vt_plugins\vt_toolkit\src\xSystem3D.h
file path: f:\ProjectRoot\current\vt_plugins\vt_toolkit\src
file base: xSystem3D
file ext: h
author: mc007
purpose:
*********************************************************************/
#include "pch.h"
#include "base_macros.h"
class CKContext;
class CKBehaviorContext;
namespace xSystem3DHelper
{
#ifdef __cplusplus
extern "C" {
#endif
API_EXPORT int xSGetAvailableTextureMem();
API_EXPORT float xSGetPhysicalMemoryInMB();
API_EXPORT int xSGetPhysicalGPUMemoryInMB(int device);
API_EXPORT void xSSaveAllDxPropsToFile(char*file);
#ifdef __cplusplus
}
#endif
}