diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/layer.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/layer.cc b/src/layer.cc index e9ddbb5..5ddae67 100644 --- a/src/layer.cc +++ b/src/layer.cc @@ -624,7 +624,7 @@ AntiLagUpdateAMD(VkDevice device, const VkAntiLagDataAMD* pData) { // their vulkan equivalent (only when allowed by the API). In the end I think // it's just bloat and ultimately less informative than a 'VK_ERROR_UNKNOWN' // because then the caller knows that it probably wasn't triggered as part of -// the standard Vulkan codepath. It simplifies things here too to just this. +// the standard Vulkan codepath. template <auto Func> struct HookExceptionWrapper; template <typename R, typename... Args, R (*Func)(Args...)> struct HookExceptionWrapper<Func> { |
