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

Method set_image

framework/core/image_view.cpp:97–100  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

95}
96
97void ImageView::set_image(Image &img)
98{
99 image = &img;
100}
101
102VkFormat ImageView::get_format() const
103{

Callers 5

load_sceneMethod · 0.45
ImageMethod · 0.45
HPPImageMethod · 0.45
update_texturesMethod · 0.45
update_texturesMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected