Skip to content

Commit

Permalink
cgpu: fix unintended abort on pipeline cache creation fail
Browse files Browse the repository at this point in the history
  • Loading branch information
pablode committed Sep 14, 2024
1 parent 9db783d commit 958b62e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cgpu/impl/Cgpu.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1061,7 +1061,7 @@ namespace gtl

if (result != VK_SUCCESS)
{
CGPU_RETURN_ERROR("failed to create pipeline cache");
GB_ERROR("{}:{}: {}", __FILE__, __LINE__, "failed to create pipeline cache");

idevice->pipelineCache = VK_NULL_HANDLE;
}
Expand Down

0 comments on commit 958b62e

Please sign in to comment.