Skip to content

Commit

Permalink
vulkan/buf: fix whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
haasn committed Feb 15, 2023
1 parent 18f6d18 commit 5a7dace
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/vulkan/gpu_buf.c
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,7 @@ static void invalidate_buf(pl_gpu gpu, pl_buf buf)

// Ignore errors (after logging), nothing useful we can do anyway
error: ;
vk_buf_deref(gpu, buf);
vk_buf_deref(gpu, buf);
}

void vk_buf_flush(pl_gpu gpu, struct vk_cmd *cmd, pl_buf buf,
Expand Down

0 comments on commit 5a7dace

Please sign in to comment.