Noop d3d12_platform.h cleanup

This commit is contained in:
Corentin Wallez 2017-11-17 17:29:10 -05:00 committed by Corentin Wallez
parent 6225a72fb7
commit 2eb113d690
2 changed files with 4 additions and 3 deletions

View File

@ -218,6 +218,7 @@ if (NXT_ENABLE_D3D12)
target_include_directories(d3d12_autogen PUBLIC ${GENERATED_DIR})
list(APPEND BACKEND_SOURCES
${D3D12_DIR}/d3d12_platform.h
${D3D12_DIR}/BindGroupD3D12.cpp
${D3D12_DIR}/BindGroupD3D12.h
${D3D12_DIR}/BindGroupLayoutD3D12.cpp

View File

@ -12,8 +12,8 @@
// See the License for the specific language governing permissions and
// limitations under the License.
#ifndef BACKEND_D3D12_D3D12_H_
#define BACKEND_D3D12_D3D12_H_
#ifndef BACKEND_D3D12_D3D12PLATFORM_H_
#define BACKEND_D3D12_D3D12PLATFORM_H_
#include <wrl.h>
#include <d3d12.h>
@ -21,4 +21,4 @@
using Microsoft::WRL::ComPtr;
#endif // BACKEND_D3D12_D3D12_H_
#endif // BACKEND_D3D12_D3D12PLATFORM_H_