From 9f3fd2c32f4736938695a254ee58cfc27ce40d14 Mon Sep 17 00:00:00 2001 From: Egor Yusov Date: Fri, 1 Mar 2019 19:30:58 -0800 Subject: Fixed PipelineState.h --- Graphics/GraphicsEngine/interface/PipelineState.h | 1 + 1 file changed, 1 insertion(+) (limited to 'Graphics/GraphicsEngine') diff --git a/Graphics/GraphicsEngine/interface/PipelineState.h b/Graphics/GraphicsEngine/interface/PipelineState.h index 61a4e68e..7768daf8 100644 --- a/Graphics/GraphicsEngine/interface/PipelineState.h +++ b/Graphics/GraphicsEngine/interface/PipelineState.h @@ -36,6 +36,7 @@ #include "ShaderResourceBinding.h" #include "ShaderResourceVariable.h" #include "Shader.h" +#include "Sampler.h" namespace Diligent { -- cgit v1.2.3