mirror of
https://github.com/sal063/AC6_recomp
synced 2026-07-31 00:14:43 -04:00
e41480ebb7
TranslateAnalyzedShader and CreateD3D12Pipeline assumed host vertex type was only kVertex for non-tessellation paths. Point/rectangle list expansion uses kPointListAsTriangleStrip and kRectangleListAsTriangleStrip while still emitting a vertex shader — accept those types for logging and PSO creation. Made-with: Cursor