From ef04580d047c3d4e1b34c76c2af8fd6f333af6ff Mon Sep 17 00:00:00 2001 From: Egor Yusov Date: Sun, 23 Sep 2018 20:30:58 -0700 Subject: Reworked dynamic descriptor set allocation/deallocation in Vk backend --- Primitives/interface/FormatString.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'Primitives/interface') diff --git a/Primitives/interface/FormatString.h b/Primitives/interface/FormatString.h index 08d1ca85..993abbaf 100644 --- a/Primitives/interface/FormatString.h +++ b/Primitives/interface/FormatString.h @@ -28,6 +28,11 @@ namespace Diligent { + template + void FormatStrSS(SSType &ss) + { + } + template void FormatStrSS(SSType &ss, const ArgType& Arg) { -- cgit v1.2.3