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

Method get_applied_compression

framework/core/swapchain.cpp:594–597  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

592}
593
594VkImageCompressionFlagsEXT Swapchain::get_applied_compression() const
595{
596 return vkb::query_applied_compression(device.get_handle(), get_images()[0]).imageCompressionFlags;
597}
598
599std::vector<Swapchain::SurfaceFormatCompression> Swapchain::query_supported_fixed_rate_compression(vkb::core::DeviceC &device, const VkSurfaceKHR &surface)
600{

Callers 3

draw_guiMethod · 0.45
create_render_targetMethod · 0.45
draw_guiMethod · 0.45

Calls 2

get_handleMethod · 0.45

Tested by

no test coverage detected