From 640d87776108e361db0e8d337c4d716b09f43c59 Mon Sep 17 00:00:00 2001 From: SirLynix Date: Mon, 7 Nov 2022 02:16:47 +0100 Subject: [PATCH] Forgot this file --- include/Nazara/Graphics/ShaderReflection.hpp | 1 + 1 file changed, 1 insertion(+) diff --git a/include/Nazara/Graphics/ShaderReflection.hpp b/include/Nazara/Graphics/ShaderReflection.hpp index e6a8446ac..d66d3a445 100644 --- a/include/Nazara/Graphics/ShaderReflection.hpp +++ b/include/Nazara/Graphics/ShaderReflection.hpp @@ -52,6 +52,7 @@ namespace Nz struct ExternalTexture : ExternalData { + UInt32 arraySize; nzsl::ImageType imageType; nzsl::Ast::PrimitiveType sampledType; };