diff options
| author | Egor Yusov <egor.yusov@gmail.com> | 2018-09-24 03:30:58 +0000 |
|---|---|---|
| committer | Egor Yusov <egor.yusov@gmail.com> | 2018-09-24 03:30:58 +0000 |
| commit | ef04580d047c3d4e1b34c76c2af8fd6f333af6ff (patch) | |
| tree | 8a71c47ef642952e7886bbec5ba4279e0459e215 /Primitives/interface | |
| parent | Fixed build - attempt 2 (diff) | |
| download | DiligentCore-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.h | 5 |
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) { |
