Vulkan: Include DepthMode in ProgramPipelineState (#5185)

This commit is contained in:
riperiperi 2023-06-01 08:05:39 +01:00 committed by GitHub
parent c6676007bf
commit 4741a05df9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 23 additions and 1 deletions

View file

@ -63,6 +63,8 @@ namespace Ryujinx.Graphics.GAL
public bool PrimitiveRestartEnable;
public uint PatchControlPoints;
public DepthMode DepthMode;
public void SetVertexAttribs(ReadOnlySpan<VertexAttribDescriptor> vertexAttribs)
{
VertexAttribCount = vertexAttribs.Length;