DXC Fix
- Fixed the DXC macro
This commit is contained in:
parent
fcfe73923d
commit
f9f0d8b649
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
#pragma once
|
||||
|
||||
#define DXC(x) hr = x; if(FAILED(x)) throw dxException(hr, __FILE__, __LINE__)
|
||||
#define DXC(x) if(FAILED(hr = x)) throw dxException(hr, __FILE__, __LINE__)
|
||||
|
||||
namespace Light {
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue