mirror of
https://github.com/sal063/AC6_recomp
synced 2026-08-17 13:40:47 -04:00
c604a16310
StartVertexOrDomainShader only handled kVertex and tessellation domain types; kPointListAsTriangleStrip and kRectangleListAsTriangleStrip fell through to assert_unhandled_case after enabling D3D12 point expansion by default. Route them through the same vertex index setup as kVertex. Made-with: Cursor