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

Method BuilderBase

framework/builder_base.h:120–124  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

118
119template <vkb::BindingType bindingType, typename BuilderType, typename CreateInfoType>
120inline BuilderBase<bindingType, BuilderType, CreateInfoType>::BuilderBase(const CreateInfoType &create_info_) :
121 create_info{reinterpret_cast<CreateInfoTypeCpp const &>(create_info_)}
122{
123 alloc_create_info.usage = VMA_MEMORY_USAGE_AUTO;
124};
125
126template <vkb::BindingType bindingType, typename BuilderType, typename CreateInfoType>
127inline VmaAllocationCreateInfo const &BuilderBase<bindingType, BuilderType, CreateInfoType>::get_allocation_create_info() const

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected