MCPcopy 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
174void Image::clear_data()
175{
176 data.clear();
177 data.shrink_to_fit();
178}
179
180VkFormat Image::get_format() const
181{

Callers 1

upload_image_to_gpuFunction · 0.45

Calls 1

clearMethod · 0.45

Tested by

no test coverage detected