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

Method ArrayWrapper

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

Source from the content-addressed store, hash-verified

822class ArrayWrapper {
823 public:
824 ArrayWrapper(Printer &p, std::string array_name, size_t element_count = 0) : p(p) { p.ArrayStart(array_name, element_count); }
825 ~ArrayWrapper() { p.ArrayEnd(); }
826
827 private:

Callers

nothing calls this directly

Calls 1

ArrayStartMethod · 0.80

Tested by

no test coverage detected