c/util: Always request sampled in extra bits

This commit is contained in:
Jakob Bornecrantz 2023-04-07 21:01:22 +01:00
parent a03d1421b8
commit 9f06b1a25e

View file

@ -416,6 +416,7 @@ comp_swapchain_get_create_properties(const struct xrt_swapchain_create_info *inf
U_ZERO(xsccp);
xsccp->image_count = image_count;
xsccp->extra_bits = XRT_SWAPCHAIN_USAGE_SAMPLED;
return XRT_SUCCESS;
}