1
1
mirror of https://github.com/ryujinx-mirror/ryujinx.git synced 2025-08-23 12:36:34 -05:00

Remove more unused code

This commit is contained in:
gdkchan
2019-12-31 19:22:45 -03:00
committed by Thog
parent 59fdaa744b
commit 9bfb373bdf
7 changed files with 7 additions and 100 deletions

View File

@@ -308,8 +308,6 @@ namespace Ryujinx.Graphics.Gpu.Shader
return Convert.ToInt32(QueryIsTextureRectangle(state, (int)stage - 1, index));
case QueryInfoName.PrimitiveTopology:
return (int)GetPrimitiveTopology();
case QueryInfoName.ViewportTransformEnable:
return Convert.ToInt32(_context.Methods.GetViewportTransformEnable(state));
}
return QueryInfoCommon(info);