Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
97
void ImageView::set_image(Image &img)
98
{
99
image = &img;
100
}
101
102
VkFormat ImageView::get_format() const
103
{
Callers
5
load_scene
Method · 0.45
Image
Method · 0.45
HPPImage
Method · 0.45
update_textures
Method · 0.45
update_textures
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected