mirror of
https://github.com/microsoft/DirectXTex
synced 2024-11-09 22:40:06 +00:00
Fix references to d3dx12
This commit is contained in:
parent
dd85c73fa3
commit
86a0750869
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user