From 09f27da54e12343b8c639186b6b2c61253f2a99a Mon Sep 17 00:00:00 2001 From: Nicolas James Date: Mon, 23 Mar 2026 01:12:58 +1100 Subject: Update README.md --- src/layer.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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 struct HookExceptionWrapper; template struct HookExceptionWrapper { -- cgit v1.2.3