The open source OpenXR runtime
0
fork

Configure Feed

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

a/vk: Fix typo and clarify comment

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

authored by

Rylie Pavlik and committed by
Simon Zeni
706f8046 c26901f8

+2 -2
+2 -2
src/xrt/auxiliary/vk/vk_helpers.c
··· 1078 1078 #ifdef XRT_GRAPHICS_BUFFER_HANDLE_IS_AHARDWAREBUFFER 1079 1079 /* 1080 1080 * Some Vulkan drivers will natively support importing and exporting 1081 - * SRGB formats (Qualcomm) even tho technically that's not intended 1081 + * SRGB formats (Qualcomm Adreno) even tho technically that's not intended 1082 1082 * by the AHardwareBuffer since they don't support sRGB formats. 1083 - * While others (Mail) does not support importing and exporting sRGB 1083 + * While others (arm Mali) does not support importing and exporting sRGB 1084 1084 * formats. So we need to create the image without sRGB and then create 1085 1085 * the image views with sRGB which is allowed by the Vulkan spec. It 1086 1086 * seems to be safe to do with on all drivers, so to reduce the logic