From b2a9a2b6ecaa961079c70f10af3461f025a9824a Mon Sep 17 00:00:00 2001 From: baldurk Date: Wed, 11 Dec 2024 17:40:40 +0000 Subject: [PATCH] Add missing stringise --- renderdoc/api/replay/renderdoc_tostr.inl | 1 + 1 file changed, 1 insertion(+) diff --git a/renderdoc/api/replay/renderdoc_tostr.inl b/renderdoc/api/replay/renderdoc_tostr.inl index 94897545c..0d9e25b75 100644 --- a/renderdoc/api/replay/renderdoc_tostr.inl +++ b/renderdoc/api/replay/renderdoc_tostr.inl @@ -733,6 +733,7 @@ rdcstr DoStringise(const DescriptorType &el) STRINGISE_ENUM_CLASS_NAMED(ReadWriteImage, "RW Image"); STRINGISE_ENUM_CLASS_NAMED(ReadWriteTypedBuffer, "RW Typed Buffer"); STRINGISE_ENUM_CLASS_NAMED(ReadWriteBuffer, "RW Buffer"); + STRINGISE_ENUM_CLASS_NAMED(AccelerationStructure, "Accel Structure"); } END_ENUM_STRINGISE(); }