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

Method build

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

Source from the content-addressed store, hash-verified

82
83template <vkb::BindingType bindingType>
84inline Buffer<bindingType> BufferBuilder<bindingType>::build(vkb::core::Device<bindingType> &device) const
85{
86 return Buffer<bindingType>{device, *this};
87}
88
89template <vkb::BindingType bindingType>
90inline BufferPtr<bindingType> BufferBuilder<bindingType>::build_unique(vkb::core::Device<bindingType> &device) const

Calls

no outgoing calls

Tested by

no test coverage detected