Update dx.h
This commit is contained in:
parent
5c82f9e05d
commit
377d48b824
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user