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

Class Image

framework/core/image.h:36–36  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

34using DeviceC = Device<vkb::BindingType::C>;
35
36class Image;
37using ImagePtr = std::unique_ptr<Image>;
38
39struct ImageBuilder : public vkb::allocated::BuilderBaseC<ImageBuilder, VkImageCreateInfo>

Callers 1

buildMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected