私の問題は、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 )
{
}