mirror of
https://github.com/Ryujinx/Ryujinx.git
synced 2025-09-17 11:45:02 +00:00
Style correction
This commit is contained in:
parent
bc14efe5f1
commit
6e132e9fd7
@ -493,11 +493,10 @@ namespace Ryujinx.Graphics.Vulkan
|
|||||||
{
|
{
|
||||||
SType = StructureType.PipelineRasterizationStateCreateInfo,
|
SType = StructureType.PipelineRasterizationStateCreateInfo,
|
||||||
DepthClampEnable = DepthClampEnable,
|
DepthClampEnable = DepthClampEnable,
|
||||||
|
// When widelines feature is not supported it must be 1.0f, this will be ignored if Line Width dynamic state is supported
|
||||||
|
LineWidth = 1.0f,
|
||||||
};
|
};
|
||||||
|
|
||||||
// When widelines feature is not supported it must be 1.0f, this will be ignored if Line Width dynamic state is supported
|
|
||||||
rasterizationState.LineWidth = 1.0f;
|
|
||||||
|
|
||||||
var viewportState = new PipelineViewportStateCreateInfo
|
var viewportState = new PipelineViewportStateCreateInfo
|
||||||
{
|
{
|
||||||
SType = StructureType.PipelineViewportStateCreateInfo,
|
SType = StructureType.PipelineViewportStateCreateInfo,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user