| 203 | } |
| 204 | |
| 205 | VkImageCompressionPropertiesEXT Image::get_applied_compression() const |
| 206 | { |
| 207 | return query_applied_compression(get_device().get_handle(), get_handle()); |
| 208 | } |
| 209 | } // namespace core |
| 210 | } // namespace vkb |
nothing calls this directly
no test coverage detected