This commit is contained in:
Chuck Walbourn 2018-01-16 15:05:51 -08:00
Родитель dd85c73fa3
Коммит 86a0750869
3 изменённых файлов: 3 добавлений и 3 удалений

Просмотреть файл

@ -24,7 +24,7 @@
#include <algorithm>
#include <memory>
#include <d3dx12.h>
#include "d3dx12.h"
using namespace DirectX;

Просмотреть файл

@ -35,7 +35,7 @@
#include <wrl\client.h>
#include <d3dx12.h>
#include "d3dx12.h"
using Microsoft::WRL::ComPtr;

Просмотреть файл

@ -34,7 +34,7 @@
#include <wrl\client.h>
#include <d3dx12.h>
#include "d3dx12.h"
using namespace DirectX;
using Microsoft::WRL::ComPtr;