We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed0a9c0 commit 176d222Copy full SHA for 176d222
src/video_core/renderer_vulkan/vk_pipeline_cache.cpp
@@ -322,7 +322,7 @@ bool PipelineCache::RefreshGraphicsKey() {
322
switch (regs.stage_enable.raw) {
323
case Liverpool::ShaderStageEnable::VgtStages::EsGs: {
324
if (!instance.IsGeometryStageSupported() || !IsGsFeaturesSupported()) {
325
- break;
+ return false;
326
}
327
if (!TryBindStageRemap(Shader::Stage::Export, Shader::Stage::Vertex)) {
328
return false;
0 commit comments