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

Method get_applied_compression

framework/core/image_core.cpp:205–208  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

203}
204
205VkImageCompressionPropertiesEXT Image::get_applied_compression() const
206{
207 return query_applied_compression(get_device().get_handle(), get_handle());
208}
209} // namespace core
210} // namespace vkb

Callers

nothing calls this directly

Calls 2

get_handleMethod · 0.45

Tested by

no test coverage detected