diff --git a/src/engine/renderer/dx.h b/src/engine/renderer/dx.h index f766727..80989e9 100644 --- a/src/engine/renderer/dx.h +++ b/src/engine/renderer/dx.h @@ -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;