mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-03 05:00:09 +01:00
nvk: drop dead assignment
p_format is not used again after this assignment Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/24326>
This commit is contained in:
parent
f4fc6511ac
commit
683102a3bd
1 changed files with 0 additions and 1 deletions
|
|
@ -316,7 +316,6 @@ nvk_CmdClearColorImage(VkCommandBuffer commandBuffer,
|
|||
|
||||
unsigned bpp = util_format_get_blocksize(p_format);
|
||||
vk_format = vk_packed_int_format_for_size(bpp);
|
||||
p_format = vk_format_to_pipe_format(vk_format);
|
||||
}
|
||||
|
||||
clear_image(cmd, image, imageLayout, vk_format,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue