We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa6dcf2 commit d90f3e4Copy full SHA for d90f3e4
scopehal/AcceleratorBuffer.h
@@ -1432,6 +1432,15 @@ class AcceleratorBuffer
1432
}
1433
1434
public:
1435
+
1436
+ /**
1437
+ @brief Sets the debug name for this buffer.
1438
1439
+ The name can be queried by m_name in a debugger. If VK_EXT_debug_utils is active, the name will also
1440
+ be attached to the Vulkan object handle.
1441
1442
+ @param name Name of the buffer
1443
+ */
1444
void SetName(std::string name)
1445
{
1446
m_name = name;
0 commit comments