Whitespace

This commit is contained in:
sunshineinabox 2024-05-19 11:15:29 -07:00
parent 0441e040a6
commit f7bdfd1836

View file

@ -465,7 +465,7 @@ namespace Ryujinx.Graphics.Vulkan
//When widelines feature is not supported it must be 1.0f per spec.
rasterizationState.LineWidth = 1.0f;
}
if (!supportsExtDynamicState2)
{
@ -518,13 +518,13 @@ namespace Ryujinx.Graphics.Vulkan
if (!supportsExtDynamicState)
{
inputAssemblyState.PrimitiveRestartEnable = PrimitiveRestartEnable;
rasterizationState.CullMode = CullMode;
rasterizationState.FrontFace = FrontFace;
viewportState.ViewportCount = ViewportsCount;
viewportState.ScissorCount = ScissorsCount;
var stencilFront = new StencilOpState(
StencilFrontFailOp,
StencilFrontPassOp,