summaryrefslogtreecommitdiffstats
path: root/Primitives/interface
diff options
context:
space:
mode:
authorEgor Yusov <egor.yusov@gmail.com>2018-09-24 03:30:58 +0000
committerEgor Yusov <egor.yusov@gmail.com>2018-09-24 03:30:58 +0000
commitef04580d047c3d4e1b34c76c2af8fd6f333af6ff (patch)
tree8a71c47ef642952e7886bbec5ba4279e0459e215 /Primitives/interface
parentFixed build - attempt 2 (diff)
downloadDiligentCore-ef04580d047c3d4e1b34c76c2af8fd6f333af6ff.tar.gz
DiligentCore-ef04580d047c3d4e1b34c76c2af8fd6f333af6ff.zip
Reworked dynamic descriptor set allocation/deallocation in Vk backend
Diffstat (limited to 'Primitives/interface')
-rw-r--r--Primitives/interface/FormatString.h5
1 files changed, 5 insertions, 0 deletions
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<typename SSType>
+ void FormatStrSS(SSType &ss)
+ {
+ }
+
template<typename SSType, typename ArgType>
void FormatStrSS(SSType &ss, const ArgType& Arg)
{