Skip to content

Commit 65f99b6

Browse files
committed
restore #include "SPIRVTools.hpp"
1 parent 733ac6b commit 65f99b6

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Graphics/GraphicsEngineVulkan/src/PipelineStateVkImpl.cpp

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,9 @@
4343
#include "EngineMemory.h"
4444
#include "StringTools.hpp"
4545

46-
#include "SPIRVTools.hpp"
46+
#if !DILIGENT_NO_HLSL
47+
# include "SPIRVTools.hpp"
48+
#endif
4749

4850
namespace Diligent
4951
{

0 commit comments

Comments
 (0)