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

Method BufferAllocation

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

Source from the content-addressed store, hash-verified

36
37 public:
38 BufferAllocation() = default;
39 BufferAllocation(const BufferAllocation &) = default;
40 BufferAllocation(BufferAllocation &&) = default;
41 BufferAllocation &operator=(const BufferAllocation &) = default;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected