#include SimpleMath.h

时间:2013-11-01 17:32:10

标签: c++ math directx-11

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

}

0 个答案:

没有答案