Make clear color black
This commit is contained in:
parent
ad31684bd9
commit
48a2e6d18c
1 changed files with 0 additions and 4 deletions
|
@ -1192,10 +1192,6 @@ static void gfx_vulkan_renderer_start_frame(void) {
|
|||
render_pass_begin.framebuffer = swapchain_framebuffers[image_index];
|
||||
|
||||
std::array<VkClearValue, 2> clear_values = {};
|
||||
clear_values[0].color.float32[0] = 0.8;
|
||||
clear_values[0].color.float32[1] = 0.8;
|
||||
clear_values[0].color.float32[2] = 0.8;
|
||||
clear_values[0].color.float32[3] = 1.0;
|
||||
clear_values[1].depthStencil = {1.0f, 0};
|
||||
|
||||
render_pass_begin.clearValueCount = clear_values.size();
|
||||
|
|
Loading…
Add table
Reference in a new issue