📄 nv_mathdecl.h
字号:
/*********************************************************************NVMH1****File:nv_mathdecl.hCopyright (C) 1999, 2002 NVIDIA CorporationThis file is provided without support, instruction, or implied warranty of anykind. NVIDIA makes no guarantee of its fitness for a particular purpose and isnot liable under any circumstances for any damages or loss whatsoever arisingfrom the use or inability to use this file or items derived from it.Comments:******************************************************************************/#ifndef _nv_mathdecl_h_#define _nv_mathdecl_h_#ifdef NV_MATH_DLL #ifdef NV_MATH_EXPORTS #define DECLSPEC_NV_MATH __declspec(dllexport) #else #define DECLSPEC_NV_MATH __declspec(dllimport) #endif#else #define DECLSPEC_NV_MATH#endif#endif // _nv_mathdecl_h_
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -