Update dx.h

This commit is contained in:
Artem Kharytoniuk 2019-10-06 17:54:16 +02:00 committed by GitHub
parent 5c82f9e05d
commit 377d48b824
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,6 +1,9 @@
#pragma once
// Uncomment the following line to enable DX12 backend
//
// DirectX 12 backend implementation is provided mostly for educational purposes and is not included in the prebuild binaries.
// It can be enabled by uncommenting the following line.
//
//#define ENABLE_DX12
struct ID3D12CommandAllocator;