mirror of
https://github.com/Ryujinx/Ryujinx.git
synced 2024-12-16 22:06:36 +00:00
Whitespace
This commit is contained in:
parent
6c6cd8927a
commit
f30a8f1580
@ -456,7 +456,7 @@ namespace Ryujinx.Graphics.Vulkan
|
||||
//When widelines feature is not supported it must be 1.0f per spec.
|
||||
rasterizationState.LineWidth = 1.0f;
|
||||
}
|
||||
|
||||
|
||||
|
||||
if (!supportsExtDynamicState2)
|
||||
{
|
||||
@ -501,13 +501,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,
|
||||
|
Loading…
Reference in New Issue
Block a user