From 84c2772ce0d18b59ffc445552da0d0a8a449b02a Mon Sep 17 00:00:00 2001 From: Karl Haubenwallner Date: Tue, 7 Jan 2025 16:12:54 +0100 Subject: [PATCH] include scene/viewsrg_all.srgi from the engine instead the scene/viewsrg.srgi from the project Signed-off-by: Karl Haubenwallner --- Materials/UVs.azsl | 2 +- Shaders/CommonVS.azsli | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Materials/UVs.azsl b/Materials/UVs.azsl index 9b673fa62..f64e27813 100644 --- a/Materials/UVs.azsl +++ b/Materials/UVs.azsl @@ -6,7 +6,7 @@ * */ -#include +#include #include #include #include diff --git a/Shaders/CommonVS.azsli b/Shaders/CommonVS.azsli index 129800b66..68277c1e5 100644 --- a/Shaders/CommonVS.azsli +++ b/Shaders/CommonVS.azsli @@ -8,7 +8,7 @@ #pragma once -#include +#include #include #include