MCPcopy Create free account
hub / github.com/KhronosGroup/Vulkan-Samples / Buffer

Method Buffer

framework/core/buffer.h:139–139  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

137 static Buffer create_staging_buffer(vkb::core::Device<bindingType> &device, const T &data);
138
139 Buffer() = delete;
140 Buffer(const Buffer &) = delete;
141 Buffer(Buffer &&other) = default;
142 Buffer &operator=(const Buffer &) = delete;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected