aboutsummaryrefslogtreecommitdiff
path: root/render
diff options
context:
space:
mode:
Diffstat (limited to 'render')
-rw-r--r--render/vulkan/pixel_format.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/render/vulkan/pixel_format.c b/render/vulkan/pixel_format.c
index c1931180..59be2041 100644
--- a/render/vulkan/pixel_format.c
+++ b/render/vulkan/pixel_format.c
@@ -145,13 +145,11 @@ static const struct wlr_vk_format formats[] = {
#endif
// YCbCr formats
-#if WLR_LITTLE_ENDIAN
{
.drm = DRM_FORMAT_NV12,
.vk = VK_FORMAT_G8_B8R8_2PLANE_420_UNORM,
.is_ycbcr = true,
},
-#endif
};
const struct wlr_vk_format *vulkan_get_format_list(size_t *len) {