The open source OpenXR runtime
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

c/util: Ask for storage buffer 8bit access

If a compositor doesn't ask for VK_KHR_8bit_storage this feature bit
will not be set so it is safe to always ask for it.

Part-of: <https://gitlab.freedesktop.org/monado/monado/-/merge_requests/2397>

authored by

Jakob Bornecrantz and committed by
Marge Bot
a4794055 d0859799

+1
+1
src/xrt/compositor/util/comp_vulkan.c
··· 277 277 struct vk_device_features device_features = { 278 278 .shader_image_gather_extended = true, 279 279 .shader_storage_image_write_without_format = true, 280 + .storage_buffer_8bit_access = true, 280 281 .null_descriptor = only_compute_queue, 281 282 .timeline_semaphore = vk_args->timeline_semaphore, 282 283 .synchronization_2 = true,