video_core: gl_shader_decompiler: Fix implicit fallthrough errors.

This commit is contained in:
bunnei 2020-04-18 15:15:21 -04:00
parent 66cb8ee64f
commit 6613cbfc35

View file

@ -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};