Fix geometry shader passthrough fallback being used when feature is supported (#3525)
* Fix geometry shader passthrough fallback being used when feature is supported * Shader cache version bump
This commit is contained in:
@ -248,7 +248,7 @@ namespace Ryujinx.Graphics.Shader.Translation
|
||||
this.Copy(Attribute(index + 12), w);
|
||||
}
|
||||
|
||||
if (Config.GpPassthrough)
|
||||
if (Config.GpPassthrough && !Config.GpuAccessor.QueryHostSupportsGeometryShaderPassthrough())
|
||||
{
|
||||
int inputVertices = Config.GpuAccessor.QueryPrimitiveTopology().ToInputVertices();
|
||||
|
||||
|
Reference in New Issue
Block a user