mirror of
https://github.com/shadps4-emu/sirit.git
synced 2024-11-23 03:10:02 +00:00
add description for instruction
This commit is contained in:
parent
d8fa51152f
commit
339ed29ccb
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user