MCPcopy Create free account
hub / github.com/KhronosGroup/Vulkan-Tools / ObjectWrapper

Method ObjectWrapper

vulkaninfo/outputprinter.h:812–812  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

810class ObjectWrapper {
811 public:
812 ObjectWrapper(Printer &p, std::string object_name) : p(p) { p.ObjectStart(object_name); }
813 ObjectWrapper(Printer &p, std::string object_name, size_t count_subobjects) : p(p) {
814 p.ObjectStart(object_name, static_cast<int32_t>(count_subobjects));
815 }

Callers

nothing calls this directly

Calls 1

ObjectStartMethod · 0.80

Tested by

no test coverage detected