Merge branch 'master' into MoreDynamicStatesPartOne
This commit is contained in:
commit
7b480edf86
6 changed files with 63 additions and 31 deletions
|
@ -424,7 +424,7 @@ namespace Ryujinx.Graphics.Vulkan
|
|||
var inputAssemblyState = new PipelineInputAssemblyStateCreateInfo
|
||||
{
|
||||
SType = StructureType.PipelineInputAssemblyStateCreateInfo,
|
||||
Topology = supportsExtDynamicState ? TopologyClass : Topology,
|
||||
Topology = supportsExtDynamicState ? TopologyClass : HasTessellationControlShader ? PrimitiveTopology.PatchList : Topology,
|
||||
};
|
||||
|
||||
PipelineTessellationStateCreateInfo tessellationState;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue