This repository has been archived on 2023-01-27. You can view files and clone it, but cannot push or open issues or pull requests.
cad/fusion360/usr/Include/Core/xSystem3D.h
2022-10-15 19:16:08 +02: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
}