我的问题是我想将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 )
{
}