1
0
mirror of https://github.com/microsoft/DirectXTex synced 2024-09-19 15:19:56 +00:00

Fix references to d3dx12

This commit is contained in:
Chuck Walbourn 2018-01-16 15:05:51 -08:00
parent dd85c73fa3
commit 86a0750869
3 changed files with 3 additions and 3 deletions

View File

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

View File

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

View File

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