Skip to content

Commit

Permalink
renderer_vulkan: Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
MajorP93 committed Dec 9, 2024
1 parent c2f862d commit ada9275
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/video_core/renderer_vulkan/vk_rasterizer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -320,7 +320,7 @@ void Rasterizer::DispatchDirect() {
return;
}

const auto& cs = pipeline->GetStage(Shader::Stage::Compute);
const auto& cs = pipeline->GetStage(Shader::LogicalStage::Compute);
if (ExecuteShaderHLE(cs, liverpool->regs, *this)) {
return;
}
Expand Down

0 comments on commit ada9275

Please sign in to comment.