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

Method BufferBuilder

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

Source from the content-addressed store, hash-verified

71
72template <>
73inline BufferBuilder<vkb::BindingType::Cpp>::BufferBuilder(vk::DeviceSize size) :
74 ParentType(BufferCreateInfoType{.size = size})
75{
76}
77
78template <>
79inline BufferBuilder<vkb::BindingType::C>::BufferBuilder(VkDeviceSize size) :

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected