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

Method clear_data

framework/scene_graph/components/hpp_image.cpp:84–88  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

82}
83
84void HPPImage::clear_data()
85{
86 data.clear();
87 data.shrink_to_fit();
88}
89
90void HPPImage::coerce_format_to_srgb()
91{

Callers

nothing calls this directly

Calls 1

clearMethod · 0.45

Tested by

no test coverage detected