aboutsummaryrefslogtreecommitdiff
path: root/src/layer.cc
diff options
context:
space:
mode:
authorNicolas James <Eele1Ephe7uZahRie@tutanota.com>2026-03-23 01:12:58 +1100
committerNicolas James <Eele1Ephe7uZahRie@tutanota.com>2026-03-23 01:12:58 +1100
commit09f27da54e12343b8c639186b6b2c61253f2a99a (patch)
tree5f9eaf5992d5dd93686cd0899efcc24d3c28aedd /src/layer.cc
parenta86339e1731f19900484a3faef59365d02ac58c7 (diff)
Update README.md
Diffstat (limited to 'src/layer.cc')
-rw-r--r--src/layer.cc2
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> {