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

Method BufferBlock

framework/buffer_pool.h:156–156  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

154
155 public:
156 BufferBlock() = delete;
157 BufferBlock(BufferBlock const &rhs) = delete;
158 BufferBlock(BufferBlock &&rhs) = default;
159 BufferBlock &operator=(BufferBlock const &rhs) = delete;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected