VideoCommon: Make IsPassthrough() a function of the ShaderUid.

This commit is contained in:
Jules Blok
2014-12-19 13:10:06 +01:00
parent c9e469f832
commit 1b9fe70d7c
4 changed files with 4 additions and 10 deletions

View File

@ -211,7 +211,7 @@ bool GeometryShaderCache::SetShader(u32 primitive_type)
last_uid = uid;
// Check if the shader is a pass-through shader
if (IsPassthroughGeometryShader(uid))
if (uid.GetUidData()->IsPassthrough())
{
// Return the default pass-through shader
last_entry = &pass_entry;