Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KhronosGroup/Vulkan-Samples
/ clear_data
Method
clear_data
framework/scene_graph/components/image.cpp:174–178 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
172
}
173
174
void Image::clear_data()
175
{
176
data.clear();
177
data.shrink_to_fit();
178
}
179
180
VkFormat Image::get_format() const
181
{
Callers
1
upload_image_to_gpu
Function · 0.45
Calls
1
clear
Method · 0.45
Tested by
no test coverage detected