c/renderer: Use gray as idle image color.

This commit is contained in:
Lubosz Sarnecki 2020-04-22 14:24:16 +02:00 committed by Jakob Bornecrantz
parent 01c479468c
commit ba3b220ad2
2 changed files with 2 additions and 1 deletions

View file

@ -0,0 +1 @@
renderer: Change the idle images colour from bright white to grey.

View file

@ -547,7 +547,7 @@ renderer_init_dummy_images(struct comp_renderer *r)
.baseArrayLayer = 0,
.layerCount = 1};
VkClearColorValue color = {.float32 = {1, 1, 1, 1}};
VkClearColorValue color = {.float32 = {0.3, 0.3, 0.3, 1}};
for (uint32_t i = 0; i < 2; i++) {
vk_create_image_simple(