mirror of
https://gitlab.freedesktop.org/monado/monado.git
synced 2025-02-15 10:10:07 +00:00
c/util: Always request sampled in extra bits
This commit is contained in:
parent
a03d1421b8
commit
9f06b1a25e
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue