mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-04 00:50:40 +00:00
Add missing DoStringise() entry for DescriptorType::Buffer
This commit is contained in:
@@ -731,6 +731,7 @@ rdcstr DoStringise(const DescriptorType &el)
|
||||
STRINGISE_ENUM_CLASS_NAMED(Sampler, "Sampler");
|
||||
STRINGISE_ENUM_CLASS_NAMED(ImageSampler, "Image & Sampler");
|
||||
STRINGISE_ENUM_CLASS_NAMED(Image, "Image");
|
||||
STRINGISE_ENUM_CLASS_NAMED(Buffer, "Buffer");
|
||||
STRINGISE_ENUM_CLASS_NAMED(TypedBuffer, "Typed Buffer");
|
||||
STRINGISE_ENUM_CLASS_NAMED(ReadWriteImage, "RW Image");
|
||||
STRINGISE_ENUM_CLASS_NAMED(ReadWriteTypedBuffer, "RW Typed Buffer");
|
||||
|
||||
Reference in New Issue
Block a user