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

Class Buffer

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

Source from the content-addressed store, hash-verified

28{
29template <vkb::BindingType bindingType>
30class Buffer;
31template <vkb::BindingType bindingType>
32using BufferPtr = std::unique_ptr<Buffer<bindingType>>;
33template <vkb::BindingType bindingType>

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected