Add missing stringise

This commit is contained in:
baldurk
2024-12-12 12:38:22 +00:00
parent 8de9c1dcbb
commit b2a9a2b6ec
+1
View File
@@ -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();
}