我的问题是我想将 SimpleMath 包含到我的 Visual Studio 2012 项目中,请问有人知道正确的库吗?
我已经在互联网上查看并花费了大量时间查找和搜索 stackoverflow,如果您能对此提供帮助,我们将不胜感激。
#include "pch.h"
#include <SpriteGame.h>
#include <SimpleMath.h>
using namespace Microsoft::WRL;
using namespace Windows::UI::Core;
using namespace Windows::Graphics::Display;
using namespace DirectX;
using namespace Platform;
SpriteGame::SpriteGame() :
d3dDevice ( nullptr )
, d3dDeviceContext ( nullptr )
, swapChain ( nullptr )
, backBufferTarget ( nullptr )
, d3dFeatureLevel ( D3D_FEATURE_LEVEL_11_1 )
{
}