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

Method build

framework/core/image_core.cpp:71–74  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

69{
70
71Image ImageBuilder::build(vkb::core::DeviceC &device) const
72{
73 return Image(device, *this);
74}
75
76ImagePtr ImageBuilder::build_unique(vkb::core::DeviceC &device) const
77{

Callers

nothing calls this directly

Calls 1

ImageClass · 0.70

Tested by

no test coverage detected