mirror of
https://github.com/Ryujinx/Ryujinx.git
synced 2025-06-28 23:20:46 -07:00
Remove more unused code
This commit is contained in:
@ -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);
|
||||
|
Reference in New Issue
Block a user