From 3eb017d032e0c542401ea202f7a62b7c7ddcd498 Mon Sep 17 00:00:00 2001 From: Jason Maskell Date: Mon, 16 May 2016 15:00:36 +0200 Subject: Added the test_d3d11 app to the solution. Not compiling yet, mostly a paranoia commit. --- src/shader/FoamGeneration.fx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/shader/FoamGeneration.fx') diff --git a/src/shader/FoamGeneration.fx b/src/shader/FoamGeneration.fx index 496916f..50a7007 100644 --- a/src/shader/FoamGeneration.fx +++ b/src/shader/FoamGeneration.fx @@ -26,7 +26,7 @@ // strictly prohibited. // -#include "Common.fxh" +#include "GFSDK_WaveWorks_Common.fxh" #ifdef GFSDK_WAVEWORKS_GL #define DECLARE_ATTR_CONSTANT(Type,Label,Regoff) uniform Type Label -- cgit v1.2.3