add description for instruction

This commit is contained in:
Frodo Baggins 2024-09-20 18:42:27 -07:00
parent d8fa51152f
commit 339ed29ccb

View File

@ -1347,6 +1347,8 @@ public:
/// 3) store the New Value back through Pointer.
Id OpAtomicXor(Id result_type, Id pointer, Id memory, Id semantics, Id value);
// Print a message for vulkan layers to use, e.g. renderdoc
// Usage is like C printf
Id OpDebugPrintf(Id fmt, std::span<const Id> fmt_args);
private: