Whitespace
This commit is contained in:
parent
0441e040a6
commit
f7bdfd1836
1 changed files with 4 additions and 4 deletions
|
@ -465,7 +465,7 @@ namespace Ryujinx.Graphics.Vulkan
|
||||||
//When widelines feature is not supported it must be 1.0f per spec.
|
//When widelines feature is not supported it must be 1.0f per spec.
|
||||||
rasterizationState.LineWidth = 1.0f;
|
rasterizationState.LineWidth = 1.0f;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
if (!supportsExtDynamicState2)
|
if (!supportsExtDynamicState2)
|
||||||
{
|
{
|
||||||
|
@ -518,13 +518,13 @@ namespace Ryujinx.Graphics.Vulkan
|
||||||
if (!supportsExtDynamicState)
|
if (!supportsExtDynamicState)
|
||||||
{
|
{
|
||||||
inputAssemblyState.PrimitiveRestartEnable = PrimitiveRestartEnable;
|
inputAssemblyState.PrimitiveRestartEnable = PrimitiveRestartEnable;
|
||||||
|
|
||||||
rasterizationState.CullMode = CullMode;
|
rasterizationState.CullMode = CullMode;
|
||||||
rasterizationState.FrontFace = FrontFace;
|
rasterizationState.FrontFace = FrontFace;
|
||||||
|
|
||||||
viewportState.ViewportCount = ViewportsCount;
|
viewportState.ViewportCount = ViewportsCount;
|
||||||
viewportState.ScissorCount = ScissorsCount;
|
viewportState.ScissorCount = ScissorsCount;
|
||||||
|
|
||||||
var stencilFront = new StencilOpState(
|
var stencilFront = new StencilOpState(
|
||||||
StencilFrontFailOp,
|
StencilFrontFailOp,
|
||||||
StencilFrontPassOp,
|
StencilFrontPassOp,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue