video_core: gl_shader_decompiler: Fix implicit fallthrough errors.

merge-requests/60/head
bunnei 2020-04-18 15:15:21 +07:00
parent b8f5c71f2d
commit 03726fb7f5
1 changed files with 1 additions and 0 deletions

@ -1145,6 +1145,7 @@ private:
return {"gl_FragCoord"s + GetSwizzle(element), Type::Float};
default:
UNREACHABLE();
return {"0", Type::Int};
}
case Attribute::Index::FrontColor:
return {"gl_Color"s + GetSwizzle(element), Type::Float};