Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
71
Image ImageBuilder::build(vkb::core::DeviceC &device) const
72
{
73
return Image(device, *this);
74
}
75
76
ImagePtr ImageBuilder::build_unique(vkb::core::DeviceC &device) const
77
{
Callers
nothing calls this directly
Calls
1
Image
Class · 0.70
Tested by
no test coverage detected